I have made a couple of ebuilds that will simplify the building process for gentoo users.
Here's a link to the gentoo bug page with the ebuilds:
http://bugs.gentoo.org/show_bug.cgi?id=256209
For users not familiar with portage and/or how to install ebuilds outside of the main tree:
http://74.125.77.132/search?q=cache:hto ... =firefox-a
These packages are live ebuilds, that need to be unmasked:
- Code: Select all
echo 'games-util/fteqcc **' >> /etc/portage/package.keywords
echo 'games-fps/darkplaces **' >> /etc/portage/package.keywords
echo 'games-fps/nexuiz **' >> /etc/portage/package.keywords
you may now enable some use flags:
- Code: Select all
echo 'games-fps/darkplaces alsa nexuiz opengl oss sdl' >> /etc/portage/package.use
echo 'games-fps/nexuiz pack' >> /etc/portage/package.use
Notice that the pack use flag will cause a repack of all the sources into a single pk3. This process can take a fairly large amount of time, but does save you quite some diskspace. In my case the uncompressed data was around 2.5GB, while the compressed image was 560MB.
Now install them:
- Code: Select all
emerge nexuiz
At some later time you may want to upgrade to the newest svn revision, here's how to update all the packages:
- Code: Select all
emerge -1 fteqcc darkplaces nexuiz
Happy fragging and if you have any problems or questions - let me know.