# HG changeset patch # User Sebastien Jodogne # Date 1515055750 -3600 # Node ID 6547e6941b15e17af96004c44b125bc81610d6ae # Parent 8d1b1dc6150bcf7ca3a770750fe0b895d6ae8ae0 note diff -r 8d1b1dc6150b -r 6547e6941b15 Resources/BuildInstructions.txt --- a/Resources/BuildInstructions.txt Thu Jan 04 09:21:52 2018 +0100 +++ b/Resources/BuildInstructions.txt Thu Jan 04 09:49:10 2018 +0100 @@ -16,7 +16,7 @@ # mkdir Build # cd Build -# cmake .. -DCMAKE_BUILD_TYPE=Debug -DALLOW_DOWNLOADS=ON -DUSE_SYSTEM_GOOGLE_TEST=OFF -DSTANDALONE_BUILD=ON -DUSE_SYSTEM_ORTHANC_SDK=OFF +# cmake .. -DCMAKE_BUILD_TYPE=Debug -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON -DSTANDALONE_BUILD=ON -DUSE_SYSTEM_ORTHANC_SDK=OFF # make