Skip to content

Commit

Permalink
change Externals/luabind to q4a/luabind-deboostified (fixed Linux 82%…
Browse files Browse the repository at this point in the history
… build), add info about using clang compiller
  • Loading branch information
q4a committed May 16, 2018
1 parent 038e5c2 commit 6bf0b1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[submodule "Externals/luajit"]
path = Externals/luajit
url = https://github.com/q4a/LuaJIT.git
branch = xray
[submodule "Externals/luabind"]
path = Externals/luabind
url = https://github.com/Xottab-DUTY/luabind-deboostified.git
url = https://github.com/q4a/luabind-deboostified.git
branch = xray
[submodule "Externals/GameSpy"]
path = Externals/GameSpy
Expand Down
2 changes: 1 addition & 1 deletion Externals/luabind
1 change: 1 addition & 0 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cd xray-16
git submodule update --init --recursive
mkdir bin && cd bin
cmake ..
(or export CC=clang && export CXX=clang++ && cmake ..)
make


Expand Down

0 comments on commit 6bf0b1f

Please sign in to comment.