Moderators: Nexuiz Moderators, Moderators
echo 'games-util/fteqcc **' >> /etc/portage/package.keywords
echo 'games-fps/darkplaces **' >> /etc/portage/package.keywords
echo 'games-fps/nexuiz **' >> /etc/portage/package.keywords
echo 'games-fps/darkplaces alsa nexuiz opengl oss sdl' >> /etc/portage/package.use
echo 'games-fps/nexuiz pack' >> /etc/portage/package.use
emerge nexuiz
emerge -1 fteqcc darkplaces nexuiz
Compile from source. On Windows, use the "Nexuiz SVN Build System", which ensures you always get a current build. On Arch Linux, use that package Xeno made. On other Linux distributions or OS X, build from source manually or using scripts posted by others on this forum.
The builds are now password protected, as people apparently started distributing them elsewhere as "release". So from now on, only trusted people can download the builds.
Chubby wrote:hmm, I think you guys don't understand it. I can setup a map, number of bots etc. But when I press create server, it sends me a whole console logs with reasons why I can't create a server.
merlijn wrote: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
...
[ "$(NEX_BUILDSYSTEM)" = "" ] || [ "$(NEX_BUILDSYSTEM)" = "1" ]
[ "$(NEX_BUILDSYSTEM)" != "" ] || { ! [ -f ../misc/netradiant-NexuizPack/nexuiz.game/data/entities.def ] || diff ../misc/netradiant-NexuizPack/nexuiz.game/data/entities.def scripts/entities.def || { echo entities.def mismatch, please merge ../misc/netradiant-NexuizPack/nexuiz.game/data/entities.def and scripts/entities.def; exit 1; } }
[ "$(NEX_BUILDSYSTEM)" != "" ] || { DO_NOT_RUN_MAKE=1 sh update-cvarcount.sh; }
DO_NOT_RUN_MAKE=1 sh update-cvarcount.sh;[......]
Checked out revision 6383.
Building Nexuiz...
[ "1" = "" ] || [ "1" = "1" ]
[ "1" != "" ] || { ! [ -f ../misc/netradiant-NexuizPack/nexuiz.game/data/entitie
s.def ] || diff ../misc/netradiant-NexuizPack/nexuiz.game/data/entities.def scri
pts/entities.def || { echo entities.def mismatch, please merge ../misc/netradian
t-NexuizPack/nexuiz.game/data/entities.def and scripts/entities.def; exit 1; } }
/bin/sh.exe: -c: line 1: syntax error near unexpected token `}'
/bin/sh.exe: -c: line 1: `[ "1" != "" ] || { ! [ -f ../misc/netradiant-NexuizPac
k/nexuiz.game/data/entities.def ] || diff ../misc/netradiant-NexuizPack/nexuiz.g
ame/data/entities.def scripts/entities.def || { echo entities.def mismatch, plea
se merge ../misc/netradiant-NexuizPack/nexuiz.game/data/entities.def and scripts
/entities.def; exit 1; } }'
make: *** [update-cvarcount] Error 2
An error has occurred (see above).
Press any key to continue . . .Return to Nexuiz - Development