Skip to content

Commit b5e9ff9

Browse files
authored
Update README.md
1 parent de96f91 commit b5e9ff9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ Potential test files: https://file-examples.com/
2727

2828
## [Documentation](docs/README.md)
2929

30-
## Local build
30+
## Build
3131

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).
3337

3438
## Version
3539

0 commit comments

Comments
 (0)