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 038e5c2 commit 6bf0b1fCopy full SHA for 6bf0b1f
.gitmodules
@@ -1,9 +1,10 @@
1
[submodule "Externals/luajit"]
2
path = Externals/luajit
3
url = https://github.com/q4a/LuaJIT.git
4
+ branch = xray
5
[submodule "Externals/luabind"]
6
path = Externals/luabind
- url = https://github.com/Xottab-DUTY/luabind-deboostified.git
7
+ url = https://github.com/q4a/luabind-deboostified.git
8
branch = xray
9
[submodule "Externals/GameSpy"]
10
path = Externals/GameSpy
Externals/luabind
doc/howto/build-linux.txt
@@ -19,6 +19,7 @@ cd xray-16
19
git submodule update --init --recursive
20
mkdir bin && cd bin
21
cmake ..
22
+(or export CC=clang && export CXX=clang++ && cmake ..)
23
make
24
25
0 commit comments