|
11 年之前 | |
---|---|---|
data | 11 年之前 | |
doc | 11 年之前 | |
mac_dist | 11 年之前 | |
msvc/OpenRaider | 11 年之前 | |
src | 11 年之前 | |
.gitignore | 11 年之前 | |
BUGS | 11 年之前 | |
COPYING | 11 年之前 | |
ChangeLog | 11 年之前 | |
Makefile | 11 年之前 | |
README.md | 11 年之前 | |
README.old | 11 年之前 | |
Requirements | 11 年之前 | |
TODO | 11 年之前 | |
autogen.sh | 11 年之前 | |
deps.sh | 11 年之前 | |
fix-gcc3.sh | 11 年之前 | |
setup.sh | 11 年之前 | |
sshot.sh | 11 年之前 |
OpenRaider is an Open Source implementation of the classic Tomb Raider Game Engine. It was abandoned in 2003.
This project aims to get OpenRaider running in a modern Unix.
On Mac OS X 10.9 with XCode and MacPorts installed, the following should be enough to get all dependencies:
sudo port install libsdl libsdl_ttf cmake
You will also need an installed X11 Server!
Also, to get Sound, get freealut and compile it like this:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX:STRING="/opt/local" -DCMAKE_C_FLAGS:STRING="-O2"
make
sudo make install
Then, just make OpenRaider and run bin/debug/OpenRaider!
OpenRaider is based on code, specs, and alogrithms from:
All code should be GPLed, unless otherwise noted.
2013 Housekeeping by xythobuz.