added usages of trim to lists
[physics.git] / INSTALL
CommitLineData
6050c69d
PG
1
2This project was made for Linux using SDL and OpenGl. It is up to you to
3satisfy these dependencies. A port for Windows and/or Mac may be considered in
4the future.
5
6Currently only an in-place 'install' is possible; why would you want more for a
7simple physics simulator?
8
9
10To build the project change into the src directory and run make. i.e.
11
12cd src/
13make
14
8d0e5b06 15This will create the run_physics file located in the bin directory, which it will also create and setup. Simply execute this file to run the program. i.e.
6050c69d 16
8d0e5b06 17cd bin/
6050c69d 18./run_physics