added usages of trim to lists
[physics.git] / INSTALL
1
2 This project was made for Linux using SDL and OpenGl. It is up to you to
3 satisfy these dependencies. A port for Windows and/or Mac may be considered in
4 the future.
5
6 Currently only an in-place 'install' is possible; why would you want more for a
7 simple physics simulator?
8
9
10 To build the project change into the src directory and run make. i.e.
11
12 cd src/
13 make
14
15 This 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.
16
17 cd bin/
18 ./run_physics