fix config reader bug
[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
15This will create the run_physics file located in this directory. Simply execute
16this file to run the program. i.e.
17
18./run_physics