| View previous topic :: View next topic |
| Author |
Message |
monotux l33t


Joined: 09 Sep 2003 Posts: 751 Location: Stockholm, Sweden
|
Posted: Wed Jun 01, 2005 8:04 pm Post subject: Ebuild for nexuiz? |
|
|
Hello everyone....
I saw that nexiuz reached 1.0 (yesterday, actually) but I can't find any ebuild...
Will there be one?
http://www.nexuiz.com/ _________________ Computer science is no more about computers than astronomy is about telescopes. |
|
| Back to top |
|
 |
shoegoo n00b

Joined: 07 Dec 2004 Posts: 11 Location: Arizona, USA
|
|
| Back to top |
|
 |
nadamsieee Guru


Joined: 30 May 2003 Posts: 340 Location: Atlanta, GA, USA
|
Posted: Thu Jun 30, 2005 1:04 pm Post subject: |
|
|
How to install Nexuiz
First, setup your portage overlay
| Code: | | # nano -w /etc/make.conf |
and add the following:
| Code: | | PORTDIR_OVERLAY="/usr/local/portage/" |
Now create all of the directories:
| Code: | | # mkdir -p /usr/local/portage/games-fps/nexuiz/files/ |
Download and save the ebuild as nexuiz-1.1.ebuild: http://bugs.gentoo.org/attachment.cgi?id=62661
Move the ebuild into your portage overlay:
| Code: | | # mv /path/to/downloaded/stuff/nexuiz* /usr/local/portage/games-fps/nexuiz/ |
Create the digest:
| Code: | | # ebuild /usr/local/portage/games-fps/nexuiz/nexuiz-1.1.ebuild digest |
Add nexuiz to your package.keywords:
| Code: | | # echo "games-fps/nexuiz ~x86" >> /etc/portage/package.keywords |
Finally, install the game (cross fingers first...):
| Code: | emerge --sync && emerge -pv nexuiz
emerge nexuiz |
Playing Nexuiz
_________________ nadams (at) ieee (dot) org
Last edited by nadamsieee on Wed Jul 06, 2005 1:46 am; edited 2 times in total |
|
| Back to top |
|
 |
loemmel Apprentice


Joined: 19 Aug 2003 Posts: 227 Location: switzerland
|
|
| Back to top |
|
 |
nadamsieee Guru


Joined: 30 May 2003 Posts: 340 Location: Atlanta, GA, USA
|
Posted: Wed Jul 06, 2005 1:47 am Post subject: |
|
|
The above instructions have been updated to the latest version of Nexuiz as of July 5, 2005. _________________ nadams (at) ieee (dot) org |
|
| Back to top |
|
 |
Sragonal n00b

Joined: 20 Jul 2005 Posts: 5 Location: The Netherlands
|
Posted: Wed Jul 20, 2005 5:59 pm Post subject: |
|
|
Thanks for the howto! _________________ Gentoo Rocks! |
|
| Back to top |
|
 |
|