Here it is: http://gitorious.org/tfork/tfork
Right now it's only available via Git, I may make a source tarball available when (or rather if) it gets less buggy.
Up until five minutes ago it used CMake as with 2.3.x Git, but I've decided I hate that build system, so I've switched to the old makefile system. Currently there are two makefiles, .std for Linux/UNIX and .cyg for Windows (both MinGW and Cygwin). I'm not sure if the UNIX makefile can be gotten to work for OSX; I know basically nothing about OSX, so I'm not going to try for now.
To build a snapshot of TFork do as follows...
1. Install Git for your platform.
2. Open a command line terminal, enter the directory you want to build TFork in, and run:
'git clone git://gitorious.org/tfork/tfork.git'
3. Enter the src directory in the tfork folder.
To build on Linux:
1. Make sure build dependencies are installed
2. Look at makefile.std to see that it will build your preferred interface
3. Run 'make -f makefile.std'
To build on Windows:
1. Make sure that MinGW is installed and in your PATH
2. Run 'mingw32-make -f makefile.cyg'
Again I have no idea how it would be compiled on OSX, so I'm not going to provide instructions. Also not sure if it will bug out on BSD.
Anyway, if you've got the time and feel like messing around with the game, please mention any bugs, desired features, nerfing suggestions, etc. in this thread; I'll try to keep on top of it to the extent that Real Life allows. Thanks.
Right now it's only available via Git, I may make a source tarball available when (or rather if) it gets less buggy.
Up until five minutes ago it used CMake as with 2.3.x Git, but I've decided I hate that build system, so I've switched to the old makefile system. Currently there are two makefiles, .std for Linux/UNIX and .cyg for Windows (both MinGW and Cygwin). I'm not sure if the UNIX makefile can be gotten to work for OSX; I know basically nothing about OSX, so I'm not going to try for now.
To build a snapshot of TFork do as follows...
1. Install Git for your platform.
2. Open a command line terminal, enter the directory you want to build TFork in, and run:
'git clone git://gitorious.org/tfork/tfork.git'
3. Enter the src directory in the tfork folder.
To build on Linux:
1. Make sure build dependencies are installed
2. Look at makefile.std to see that it will build your preferred interface
3. Run 'make -f makefile.std'
To build on Windows:
1. Make sure that MinGW is installed and in your PATH
2. Run 'mingw32-make -f makefile.cyg'
Again I have no idea how it would be compiled on OSX, so I'm not going to provide instructions. Also not sure if it will bug out on BSD.
Anyway, if you've got the time and feel like messing around with the game, please mention any bugs, desired features, nerfing suggestions, etc. in this thread; I'll try to keep on top of it to the extent that Real Life allows. Thanks.
Comment