Author: enrico Date: 2007-07-04 10:03:19 +0000 (Wed, 04 Jul 2007) New Revision: 3230
Added: software/ui/README Log: Added README to get started Added: software/ui/README =================================================================== --- software/ui/README (rev 0) +++ software/ui/README 2007-07-04 10:03:19 UTC (rev 3230) @@ -0,0 +1,37 @@ + * Building instructions + +After svn checkout, rebuild the build system with: + + autoreconf -i + +Build dependencies: + + libept-dev (>= 0.5.8) + libfltk1.1-dev + fluid + +Build: + + ./configure + make + + + * Running instructions + +Before running the first time, you need to setup ept: + + apt-get install ept-cache + +Then run "ept-cache info" and follow the instructions. It is usually something +like this: + + apt-get install debtags + debtags update + mkdir /var/lib/popcon/ + cd /var/lib/popcon + wget http://popcon.debian.org/all-popcon-results.txt.gz + ept-cache reindex + +Then you can finally run ./games + +Enjoy! _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

