There are several ways to build photon:
Building with SCons
- Enter the photon directory.
- Type 'scons' - building should begin assuming all dependencies are found.
this will result in the photon library being built in the lib/ folder.
- Optional: Type 'scons test' to build test programs, test programs will be
built in the test/ folder.
- Optional: Type 'scons docs' to build documentation in the docs/ folder.
[requires NaturalDocs]
- Copy the photon library from the lib/ folder and the contents of photon's
include/ directory to somewhere in your compilers search path.
Building with Code::Blocks
- Open the photon.workspace file in Code::Blocks
- Build the library by compiling the project named photon.
- Optional: Build any tests by running the other projects.
- Copy the photon library from the lib/ folder and the contents of photon's
include/ directory to somewhere in your compilers search path.
Building with Dev-C++
- Run the photon.dev project in the devcpp directory, building libphoton.a
- Optional: Build any tests by running the other projects in the devcpp
directory.
- Copy the photon library from the lib/ folder and the contents of photon's
include/ directory to somewhere in your compilers search path.
$Id: INSTALL.html,v 1.1 2005/11/15 05:48:31 cozman Exp $