|
||||||||||||||||||||
|
||||||||||||||||||||
Project links Front page Project page More Details Local news Compiling Nighthawk Sourceforge news Downloads Recent achievements Write your own levels View the source code online Original author A copy of Jason Nunn's last Nighthawk page Other related pages FreeDroid Night-Gem Birth of a Paradroid |
O |
Making nighthawkAnd nighthawk_ned tooFirst, get the tarball, or check the code out using git. I'll be assuming a tarball in these instructions, but they don't differ much for the git version. You will of course need a compiler, make and other relevant tools. Make sure you've got the prerequisites to build, usually the -dev or -devel versions of the following items:
You will need to configure using ccmake after extraction of the tarball to a source directory. user@machine:~ $ mkdir src; cd src user@machine:src/ $ tar xvf ~/Downloads/nighthawk-4.0alpha.tar.gz ... (files extracted to current directory) user@machine:src $ cd nighthawk-4.0 user@machine:nighthawk-4.0 $ mkdir build user@machine:build $ cmake ../ If you also want the editor, you'll want to do one additional step. Run the following command, also in the build directory: user@machine:build $ ccmake .
Now onto the compiling!Then go and recompile the code. A simple "make" will do this. Take special note of the eventual creation of a binary called "nighthawk_ned". You'll need this to actually edit levels later. Make sure you run "sudo make install" to actually make use of the editor, although this can be used as is, as long as you have a place to put your levels already. |
|
|||||||||||||||||
Document CopyRight © The Viking, 2004, soon to be under the Open
Documentation License.
Give this game a go!