Warning
incomplete!
- CMake (cmake)
- C++ compiler (GCC for unix, MinGW for windows)
$ mkdir build
$ cd build
$ cmake .. -DRELEASE=ON
$ makeand to run
$ ./Tapr
$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles" -DRELEASE=ON
$ makeand to run
$ Tapr.exe
- Proper Skinning system