-
-
Save PilzAdam/813b7add5cc4d7ad41b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
download https://github.com/yvt/openspades/archive/master.zip | |
extract | |
go into it | |
$ mkdir openspades.mk | |
$ cd openspades.mk | |
open ../CMakeLists.txt and add -std=c++11 to compiler flags in line 55 | |
$ cmake .. | |
(see ../README.md for dependencies) | |
$ make | |
if you got an error in Sources/Core/ConcurrentDispatch.cpp then open it and remove the #if and #endif arround #include <unistd.h> | |
ld might fail, install the required packages (for me libxinerama-dev and libxft-dev (see also README.md)). | |
download http://yvt.jp/files/programs/osppaks/DevPaks6.zip and place all the *.pak into ~/.openspades/Resources/ | |
run it with bin/OpenSpades/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment