Skip to content

Commit a311a0d

Browse files
committed
remove temporary for cryptopp
1 parent 91cec90 commit a311a0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/howto/build-linux.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Build commands:
2222
------
2323
cd xray-16
2424
git submodule update --init --recursive
25-
//temporary fix is removing cryptopp
2625
rm -rf Externals/cryptopp/*
2726
mkdir bin && cd bin
2827
cmake ..
29-
(or export CC=clang && export CXX=clang++ && cmake ..)
28+
(or CC=clang CXX=clang++ cmake ..)
3029
make
3130

3231
Libraries (OLD LIST !!! ):

0 commit comments

Comments
 (0)