Skip to content

Commit 26f873d

Browse files
committed
DOC: we don't need to delete cryptopp
1 parent 30f6423 commit 26f873d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/howto/build-linux.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ Build commands:
2222
------
2323
cd xray-16
2424
git submodule update --init --recursive
25-
rm -rf Externals/cryptopp/*
2625
mkdir bin && cd bin
2726
cmake ..
2827
make
2928

30-
#To enable all instruction for the local machine:
31-
CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
3229
#To enable debugging:
3330
cmake .. -DCMAKE_BUILD_TYPE=Debug
3431
#To use clang:
3532
CC=clang CXX=clang++ cmake ..
33+
#To enable all instruction for the local machine:
34+
CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
3635
#To output log and error to different files:
3736
make >out.log 2>error.log
3837

0 commit comments

Comments
 (0)