Created
August 27, 2021 20:36
-
-
Save leannejdong/9088146511afa1c8002c2fdbdc72923b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Build sdk | |
rm -r /home/leanne/.conan/data/bitwyresdk | |
conan create . bitwyresdk/1.0.0@ --build=missing | |
mkdir build; cd build | |
conan install .. --build=missing | |
cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug | |
cmake .. -DUNIT_TESTS=1 -DBUILD_TESTING=1 -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment