Skip to content

Commit 33d1643

Browse files
committed
add dirty hack for linux build in howto build-linux.txt
1 parent 3e53420 commit 33d1643

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/howto/build-linux.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Build commands:
2222
------
2323
cd xray-16
2424
git submodule update --init --recursive
25+
//temporary fix is removing cryptopp
26+
rm -rf Externals/cryptopp/*
2527
mkdir bin && cd bin
2628
cmake ..
2729
(or export CC=clang && export CXX=clang++ && cmake ..)

0 commit comments

Comments
 (0)