From 6050c69df8c17427c5ea6d4bf0ee9bea7316279b Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Mon, 18 Aug 2008 18:45:44 -0400 Subject: [PATCH] added an INSTALL file --- INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTALL 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 -- 2.10.2