richelbilderbeek / HetRoversnest

Digitale versie van 'Het Roversnest' van Ian Livingstone
http://richelbilderbeek.nl/GameCityOfThieves.htm
GNU General Public License v3.0
2 stars 3 forks source link

Put game in package manager #29

Closed richelbilderbeek closed 8 years ago

richelbilderbeek commented 9 years ago

I would like people to be able to do

sudo apt-get install city-of-thieves-terminal
sudo apt-get install city-of-thieves-gui

Then run with:

./city-of-thieves-terminal
./city-of-thieves-gui

Ask @hertog6 for help.

ghost commented 9 years ago

For the people who need an intro into Debian packaging; https://wiki.debian.org/IntroDebianPackaging

richelbilderbeek commented 9 years ago

It works!

Note to self: do this in cityofthieves/debian:

debuild -us -uc 

In the folder cityofthieves on can do:

sudo dpkg -i ../cityofthieves_1.0-1_i386.deb
richelbilderbeek commented 8 years ago

This issue was moved to richelbilderbeek/CityOfThieves#3