Menu

Tree [68f3e8] master /
 History

HTTPS access


File Date Author Commit
 build 2017-07-23 Xavier BERTAUX Xavier BERTAUX [68f3e8] added build directory
 cmake 2017-07-23 Xavier BERTAUX Xavier BERTAUX [e9377a] Update to SDL2 first work
 main 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 misc 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 src 2017-07-23 Xavier BERTAUX Xavier BERTAUX [e9377a] Update to SDL2 first work
 CMakeLists.txt 2017-07-23 Xavier BERTAUX Xavier BERTAUX [e9377a] Update to SDL2 first work
 COPYING.txt 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 README 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 README.txt 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 build_mingw32 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 build_mingw64 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 cross-make-mingw.sh 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit
 uncrustify.cfg 2017-07-23 Xavier BERTAUX Xavier BERTAUX [211962] Initial commit

Read Me

building linux binaries on linux:

type make

make a folder: /usr/local/games/wolfenstein/
copy wolfsp.i386 and wolfspded.i386 in it, also make a subdirectory called: main
put the produced .so files (cgame, ui and qagame) in this main folder, also copy your *.pk3 files from your original installation into this main folder, then you should be able to start the game with the ./wolfsp.i386 command

running a server is only possible if sv_pure is set to 0


building windows binaries on linux:
install the cross tools

type ./cross-make-mingw.sh

put the exe files in a folder, make a subfolder and put the dll's and the pk3 files in it

running a server is only possible if sv_pure is set to 0

building os x binaries on os x

Make sure the osx 10.5 SDK is installed (its included in xcode 3.x)

type make
type ./make-macosx-ub.sh

copy the wolfsp.app to a folder
copy the dylib files to: /Users/<username>/Library/Application\ Support/Wolfenstein/main
run the app file

running a server is only possible if sv_pure is set to 0
running a dedicated server is only possible from the command line for now
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.