peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends
10 stars 2 forks source link

Fixed RESOURCE_PATH issue #26

Closed kskels closed 13 years ago

kskels commented 13 years ago

It will follow CMAKE_INSTALL_PREFIX like $ cmake -DCMAKE_INSTALL_PREFIX=/opt/snail-wail . && make && sudo make install

In this way game should work for most Linux machines :)

peteb commented 13 years ago

Do you know what CMAKE_INSTALL_PREFIX defaults to on different platforms?

kskels commented 13 years ago

For Linux it is /usr/local, have never used CMake on other platforms..