You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,13 @@ Potential test files: https://file-examples.com/
27
27
28
28
## [Documentation](docs/README.md)
29
29
30
-
## Local build
30
+
## Build
31
31
32
-
To consume this library on other platforms (e.g. Android or iOS), run: `conan export . odrcore/VERSION@`
32
+
This project comes with CMake as a build system and Conan as package manager. In principle they should be independent and one can build without Conan.
33
+
34
+
Using Conan one can use our Artifactory as a Conan remote for convenience: https://artifactory.opendocument.app/
35
+
36
+
As an alternative to the Conan remote you can also export the package locally via Conan i.e. `conan export . --name odrcore --version VERSION` (fill `VERSION` with something appropriate).
0 commit comments