Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Last active December 23, 2015 08:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PilzAdam/813b7add5cc4d7ad41b6 to your computer and use it in GitHub Desktop.
Save PilzAdam/813b7add5cc4d7ad41b6 to your computer and use it in GitHub Desktop.
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