AapoRantalainen
|
2012-03-05
, 14:41
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#41
|
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-07-15
, 11:18
|
Posts: 101 |
Thanked: 29 times |
Joined on Aug 2010
|
#42
|
The Following User Says Thank You to TimusEravan For This Useful Post: | ||
|
2012-07-26
, 07:53
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#43
|
wget https://sites.google.com/site/broguegame/brogue-1.6.4-linux.tar.gz?attredirects=0 -O brogue-1.6.4-linux.tar.gz tar xvf brogue-1.6.4-linux.tar.gz cd brogue-1.6.4 #remove binary files rm bin/brogue rm bin/libtcod.so #remove get-libtcod.sh src/get-libtcod.sh #modify makefile to use system's libtcod #details skipped (check from last package) #modify src/platform/tcod-platform.c "isFullScreen = true" #details skipped (check from last package) #packaging files cp -r ../last_working_version/debian . #tune version on changelog
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||