We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cec90 commit a311a0dCopy full SHA for a311a0d
1 file changed
doc/howto/build-linux.txt
@@ -22,11 +22,10 @@ Build commands:
22
------
23
cd xray-16
24
git submodule update --init --recursive
25
-//temporary fix is removing cryptopp
26
rm -rf Externals/cryptopp/*
27
mkdir bin && cd bin
28
cmake ..
29
-(or export CC=clang && export CXX=clang++ && cmake ..)
+(or CC=clang CXX=clang++ cmake ..)
30
make
31
32
Libraries (OLD LIST !!! ):
0 commit comments