Skip to content

Commit

Permalink
DOC: we don't need to delete cryptopp
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 23, 2018
1 parent 30f6423 commit 26f873d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ Build commands:
------
cd xray-16
git submodule update --init --recursive
rm -rf Externals/cryptopp/*
mkdir bin && cd bin
cmake ..
make

#To enable all instruction for the local machine:
CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
#To enable debugging:
cmake .. -DCMAKE_BUILD_TYPE=Debug
#To use clang:
CC=clang CXX=clang++ cmake ..
#To enable all instruction for the local machine:
CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
#To output log and error to different files:
make >out.log 2>error.log

Expand Down

0 comments on commit 26f873d

Please sign in to comment.