added an INSTALL file
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:45:44 +0000 (18:45 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:45:44 +0000 (18:45 -0400)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..3146d7a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,18 @@
+
+This project was made for Linux using SDL and OpenGl. It is up to you to
+satisfy these dependencies. A port for Windows and/or Mac may be considered in
+the future.
+
+Currently only an in-place 'install' is possible; why would you want more for a
+simple physics simulator?
+
+
+To build the project change into the src directory and run make. i.e.
+
+cd src/
+make
+
+This will create the run_physics file located in this directory. Simply execute
+this file to run the program. i.e.
+
+./run_physics