diff options
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ + +sdlgrav has the following dependencies: + + * SDL 1.2 + * GNU Multiple Precision Arithmetic Library + * OpenGL + + +To build sdlgrav: + +$ cd sdlgrav +$ make depend +$ make + + +This will generate the stand-alone executable, sdlgrav. See INSTRUCTIONS for +instructions on how to use the software. |