Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 366 Bytes

Murakami

Building

To build the project :

  1. git submodule update --init in the root directory ;
  2. mkdir build/ in the root directory ;
  3. cd build/ in the root directory ;
  4. cmake .. in the build directory ;
  5. make in the build directory ;
  6. Run murakami in the bin directory ;

Required :

  1. OpenGL
  2. GLEW
  3. SFML 2.x
  4. Bullet Physics 2.X