Probably not, as we have no way to make a mac build.
Unless we get shell access to a 24/7 up Mac (can even be an old one); see the other post on this.
Moderators: Nexuiz Moderators, Moderators
sudo apt-get install build-essential xserver-xorg-dev x11proto-xf86dri-dev x11proto-xf86dga-dev x11proto-xf86vidmode-dev libxxf86dga-dev libxcb-xf86dri0-dev libxpm-dev libxxf86vm-dev libsdl1.2-dev libsdl-image1.2-dev libsdl1.2debian-alsa subversion libclalsadrv-dev libasound2-dev libxext-dev zenity
mkdir ~/nexuiz_svn
cd ~/nexuiz_svn
wget http://z.nexuizninjaz.com/bash_scripts/sb_install_010209.sh
chmod +x sb_install_010209.sh
#!/bin/bash
# for use with soulbringer's nexuiz install script
# used to find the latest nexuiz revision and run it
# find the dir this file is in
base_dir=$(dirname $(which $0) | sed 's/\/.$//' )
# change to that directory
cd $base_dir
# change to the latest nexuiz revision directory
cd $(ls | grep Nexuiz_SVN_ | tail -n1)
# start nexuiz
./nexuiz-glx
Return to Nexuiz - Development
Users browsing this forum: No registered users and 1 guest