diff options
author | Ian C <ianc@noddybox.co.uk> | 2011-01-05 13:26:58 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2011-01-05 13:26:58 +0000 |
commit | 221f8b42adeb776e10944a5ed3835b8f00434985 (patch) | |
tree | 6a98f756934565549d505fb65c9d31f0bc5b89f3 /BUILD | |
parent | 695a0d97c22e37fff8f742c03423eb93981e0f99 (diff) |
Added some structure to allow pluggable display drivers.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,17 +1,27 @@ -sdlgrav has the following dependencies: +grav has the following dependencies: - * SDL 1.2 * GNU Multiple Precision Arithmetic Library - * OpenGL -To build sdlgrav: +To build grav: -$ cd sdlgrav +$ cd grav $ make depend $ make +This will generate the executable, grav. See INSTRUCTIONS for instructions on +how to use the software. + +Note that grav cannot display by itself, but uses plugins to display the +simulated systems. There is in-built support for displaying information to +stdout in the abscence of any other display. + +The instructions for building display drivers can be found in the driver +directory. + + * SDL 1.2 + * SDL Image + * OpenGL + -This will generate the stand-alone executable, sdlgrav. See INSTRUCTIONS for -instructions on how to use the software. |