
osxnetradiant
Purpose
A working version of NetRadiant for Snow Leopard. Why NetRadiant - because it seems to be best currently.
Download
http://www.icculus.org/netradiant/files/
NetRadiant 1.5.0, SVN revision 402 as of Sun Oct 4 20:01:25 2009
If there is a newer version, then I would try it first, instead of what is suggested here.
The above file works fine under 10.6.3, after following fixes applied, delete the libxml2.2.dylib in the packageg,
modify netradiant.sh to look like that if it bugs you about convert.h errors:
if [ -x /usr/bin/open-x11 ]; then
env LC_ALL="en_US.UTF-8" /usr/bin/open-x11 ./radiant.ppc "$@" &
else
env LC_ALL="en_US.UTF-8" ./radiant.ppc "$@" &
fi
You can find an already modified version in the attachements here: http://sites.google.com/site/peyoteet/mapres/netradiant
Source
As of latest MacPorts there is a bug I was unable to fix.. Try Fink if it fails.
Fink
Install Fink, 1. fink install atk1 atk1-shlibs gettext gettext-bin gettext-dev glib glib-shlibs glib2 glib2-dev glib2-shlibs gtk+2 gtk+2-dev gtk+2-shlibs gtkglext1 gtkglext1-shlibs libgettext3-shlibs libiconv libiconv-bin libiconv-dev libxml2 libxml2-bin libxml2-shlibs make pango1 pango1-shlibs pango1-xft2 pango1-xft2 pango1-xft2-shlibs pkgconfig svn 1. svn checkout http://osxnetradiant.googlecode.com/svn/trunk osxnetradiant * cd osxnetradiant 1. make
copy the file in osxnetradiant/install/NetRadiant.app to your Applications.
MacPorts
Install MacPorts, install the dependencies gtk2 and gtkglext. Checkout the source, and install with make. 1. http://www.macports.org/install.php 1. sudo port install gtk2 gtkglext 1. svn checkout http://osxnetradiant.googlecode.com/svn/branches/MacPorts osxnetradiant * cd osxnetradiant 1. make
copy the file in osxnetradiant/install/NetRadiant.app to your Applications.
Compatibility to other Operating Systems
This may or may not compile, target and test plattform is a MacBook Pro, yet it should run fine on other operating systems. Except the Makefile and Makefile.conf are adapted for OSX -that might be problematic.
Project Information
- License: GNU GPL v2
- 1 stars
- svn-based source control
Labels:
osx
netradiant
SnowLeopard