Skip to content

Commit

Permalink
remove temporary for cryptopp
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 8, 2018
1 parent 91cec90 commit a311a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ Build commands:
------
cd xray-16
git submodule update --init --recursive
//temporary fix is removing cryptopp
rm -rf Externals/cryptopp/*
mkdir bin && cd bin
cmake ..
(or export CC=clang && export CXX=clang++ && cmake ..)
(or CC=clang CXX=clang++ cmake ..)
make

Libraries (OLD LIST !!! ):
Expand Down

0 comments on commit a311a0d

Please sign in to comment.