Skip to content

Commit

Permalink
add dirty hack for linux build in howto build-linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Aug 7, 2018
1 parent 3e53420 commit 33d1643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ 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 ..)
Expand Down

0 comments on commit 33d1643

Please sign in to comment.