Commit | Line | Data |
---|---|---|
6050c69d PG |
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 | ||
8d0e5b06 | 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. |
6050c69d | 16 | |
8d0e5b06 | 17 | cd bin/ |
6050c69d | 18 | ./run_physics |