peteb / tankage

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

Fixed compile errors and added unit test stuff in new_structure #21

Closed kskels closed 13 years ago

kskels commented 13 years ago

I merged my master into new_structure. Fixed couple of compile errors and moved math unittest to utils unittest. Updated some names and everything seems to be working.

kskels commented 13 years ago

Weird, github didn't change the branch I want to do a pull request. Anyhow it's not a master, merge this into new_structure..

kskels commented 13 years ago

Succeeded to generate very simple Debian package. Was a bit disappointed that couldn't find good documentation how to do it.. my bad.. :) I do use in CMake included tool CPack to generate them. It uses default CMake INSTALL command and that should be added for all the files and targets we want to include in the package. Now only files in the existing directories (/usr/bin) will be installed and install prefix is always /usr. Added couple of TODO items for that..