X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=COMPILING;h=29a707c5917ef3dbdc40fce5dfbb2bbc92cc425e;hp=c9bf944040877bc961ad78849edaae149a99ab66;hb=826fce3cdc0bce78d15c04a2eb0a373dc1b251a3;hpb=0976b5f5081f006afccf583d897e0145018c1b90 diff --git a/COMPILING b/COMPILING index c9bf9440..29a707c5 100644 --- a/COMPILING +++ b/COMPILING @@ -48,16 +48,22 @@ environment: - OS X 10.5 or 10.6 - Xcode developer tools installed (OSX DVD) - X11 (from the OS X DVD) -- MacPorts or fink installed +- MacPorts or fink or homebrew installed - the following packages installed: Macports: gtkglext pkgconfig glib2-devel libxml2 gtk2 pango atk gettext wget Fink: gtkglext1 pkgconfig glib2-dev libxml2 gtk+2 gtk+2-dev pango1-xft2-ft219-dev atk1 gettext-dev wget + homebrew: + gtk+ gtkglext build: run 'make' +homebrew build: +run 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig +make' + run: Switch into the install folder, and run NetRadiant.app @@ -70,9 +76,11 @@ environment: and MSYS Basic System - Start the MSYS shell once, then exit it - Prepackaged Radiant dependencies (Gtk and other stuff): - http://ompldr.org/vNmlwcA/netradiant-dependencies-mingw32.7z + http://www.icculus.org/netradiant/files/netradiant-dependencies-mingw32-20101211-7z.exe Extract this one to - c:\mingw\msys\1.0\home\username (keep the "netradiant-dependencies-mingw32" folder name of the contents) + c:\mingw\msys\1.0\home\username + (if you do this with 7zip, keep the "netradiant-dependencies-mingw32" folder + name of the contents) - now download the source from the MSYS shell, if you don't already have it: ~/netradiant-dependencies-mingw32/util/bin/git clone git://git.icculus.org/divverent/netradiant.git @@ -83,3 +91,5 @@ build: run: - in the "install" directory, double click netradiant.exe +- if you get a DLL not found error, copy the DLL from either c:\mingw\bin or + from c:\mingw\msys\1.0\bin to the "install" directory