Skip to content

Commit

Permalink
small update in BUILDING.md for better explaination.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Feb 14, 2024
1 parent cb5b311 commit 8fe782c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ conan install . --output-folder=../OS-build-release-v2 --build=missing -c tools.
cd ../OS-build-release-v2
. ./conanbuild.sh

# Run cmake as usual, but do pass the CMAKE_TOOLCHAIN_FILE
# Run cmake, but do pass the CMAKE_TOOLCHAIN_FILE
#/OS-build-release-v2 %
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_TESTING:BOOL=ON -DCPACK_BINARY_TGZ:BOOL=ON -DCPACK_BINARY_DEB:BOOL=ON \
-DCPACK_BINARY_IFW:BOOL=OFF -DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF \
Expand Down

0 comments on commit 8fe782c

Please sign in to comment.