diff options
author | Ian C <ianc@noddybox.co.uk> | 2010-09-24 14:28:46 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2010-09-24 14:28:46 +0000 |
commit | a0e1c456d0b9d43c77aa63dd1271c4c1aa702411 (patch) | |
tree | 2798e49e04a06f526a825ac1d8aa9b6b888e1b0a /BUILD | |
parent | a806941b0ad9faaf2592c40d09bf65c47cb5351e (diff) |
Added some files
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. |