Hello,
i put a little post, i'm looking for tester for the gentoo ebuild i have made, be very cool it's my first ebuilds Smiley
I made crystalspace (release 1.1-r26005) / cel (release 1.1-r2464) / planeshift ( release 0.3.017 2006-12-27)
to use it you have to make an overlay (me is in /usr/local/portage) with an option in make.conf for it
-> modification of /etc/make.conf, add a line :
PORTDIR_OVERLAY=/usr/local/portage
-> create an overlay directory
mkdir /usr/local/portage
cd /usr/local/portage
wget
http://loux.thefuture.free.fr/portage.tar.bz2tar xjvf portage.tar.bz2
-> unmask it, in /etc/portage/package.keywords
media-libs/cal3d ~x86
dev-games/cel ~x86
dev-games/crystalspace ~x86
games-rpg/planeshift ~x86
/etc/portage/package.unmask
games-rpg/planeshift
and then :
emerge planeshift (should be version 0.3.017-r1)
to run pure CS application (like walktest) you need to put right env variable:
unset CRYSTAL
CRYSTAL_CONFIG=/etc/crystalspace
CRYSTAL_PLUGIN=/usr/lib/crystalspace
but to run PS you need to unset them (trouble between vfs.cfg files)
unset CRYSTAL_CONFIG
unset CRYSTAL_PLUGIN
export CRYSTAL=/usr/lib/crystalspace
and try cd /opt/planeshift/bin ; ./updater --auto ; ./pssetup ; ./psclient
please give me back every trouble you get
thanks a lot
loux
PS : to make a log file for me use : nohup emerge planeshift &
and send me the nohup.out file