Skip to content

Commit

Permalink
Clarify install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Jul 29, 2023
1 parent 09b6fba commit 8cd5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tools/conan/build_all.sh
Once that's done the code itself can be built through

```shell
conan install . --build missing -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True
conan install . --build missing -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True --lockfile-partial
cmake --preset conan-release -DCMAKE_INSTALL_PREFIX=./cmake-install
cmake --build --preset conan-release -j --target all --target install
```
Expand Down

0 comments on commit 8cd5898

Please sign in to comment.