From 5aec9aec879c79b36e4003331ad0bc5fb5074da5 Mon Sep 17 00:00:00 2001 From: Garux Date: Wed, 7 Feb 2018 22:53:43 +0300 Subject: [PATCH] import https://gitlab.com/xonotic/netradiant/commit/0d731a34d689deff4d51c211d436d24d6b9ec002 update COMPILING with instructions for Homebrew --- COMPILING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/COMPILING b/COMPILING index 3c847ee1..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