ErikGartner / ardb

Mirror of Anarch Revolt Deck Builder from Google Code.
0 stars 0 forks source link

Missing make install target for *nix plateform #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To package Ardb we need to have an install target in makefile.

The install layout should be the following:
ardb executable /usr/bin/ardb
ardb shared libs (if anyn i guess none exist by now) in /usr/lib/ardb/
ardb resources (wxARDB/resources and cards.db) in /usr/share/ardb
ardb config file (ardb.ini?) in /etc/ardb/ardb.ini

The standard linux way for config files is read defaults on /etc/ but can
be overloaded by ~/.ardb/ardb.ini

btw in ardb.ini i see this:
DeckTextTemplate=C:\\deck2text.xsl which can only work for windows OS.

Original issue reported on code.google.com by meshee.k...@gmail.com on 7 Nov 2007 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by meshee.k...@gmail.com on 13 Nov 2007 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by meshee.k...@gmail.com on 13 Nov 2007 at 11:06

GoogleCodeExporter commented 9 years ago
Closing these off as I will not have time to fix these.

Original comment by graham.r...@gmail.com on 20 May 2010 at 9:00