summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
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.