newspeoplefor developersdocumentationdownloads

Compiling Nebula2

At the moment, Nebula 2 will compile on Win32 and Linux, Mac OSX may need some work. However, the only nGfxServer2 and nInputServer currently available are nD3D9Server and nDI8Server for Win32, there is also a contributed OpenGL gfx server that needs some loving.

General Requirements

Nebula has a Python based build system that generates projects, solutions, or makefiles that you can open in your IDE or feed to your compiler of choice. Currently it supports MS Visual C++ (7.0 or later) on Win32, and GCC/G++ on Linux/Win32/MacOSX (at least in theory). To run the build system you need to install the following:

Note that wxPython is only neccessary if you want to use the build system via the GUI, this is highly recommended, especially for first time users. However if you're unable or unwilling to install wxPython you can use the build system via the commandline interface.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.