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 3e53420 commit 33d1643Copy full SHA for 33d1643
doc/howto/build-linux.txt
@@ -22,6 +22,8 @@ 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 ..)
0 commit comments