From: Patrik Gornicz Date: Mon, 18 Aug 2008 22:45:44 +0000 (-0400) Subject: added an INSTALL file X-Git-Tag: v0.05~10 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=6050c69df8c17427c5ea6d4bf0ee9bea7316279b added an INSTALL file --- diff --git a/INSTALL b/INSTALL new file mode 100644 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