summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2010-09-24 14:28:46 +0000
committerIan C <ianc@noddybox.co.uk>2010-09-24 14:28:46 +0000
commita0e1c456d0b9d43c77aa63dd1271c4c1aa702411 (patch)
tree2798e49e04a06f526a825ac1d8aa9b6b888e1b0a /BUILD
parenta806941b0ad9faaf2592c40d09bf65c47cb5351e (diff)
Added some files
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..e7b3102
--- /dev/null
+++ b/BUILD
@@ -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.