From 00d0891ee4fac544dfcc65ba9991ed2c0c921640 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sat, 28 Dec 2013 10:20:07 -0600 Subject: [PATCH] also, markup and stuff --- apple/README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/apple/README.md b/apple/README.md index c292a9f5..4629f41b 100644 --- a/apple/README.md +++ b/apple/README.md @@ -13,24 +13,18 @@ Directions for OSX Mavericks 10.9 - your mileage may vary: - Install dependencies with MacPorts: -[code] -sudo port install dylibbundler gcc48 gtkglext scons -[/code] + sudo port install dylibbundler gcc48 gtkglext scons - Get the GtkRadiant code and compile: -[code] -git clone https://github.com/TTimo/GtkRadiant.git -cd GtkRadiant/ -scons cc=gcc-mp-4.8 cxx=g++-mp-4.8 -[/code] + git clone https://github.com/TTimo/GtkRadiant.git + cd GtkRadiant/ + scons cc=gcc-mp-4.8 cxx=g++-mp-4.8 - Run the build: (from the GtkRadiant/ directory) -[code] -./install/radiant.bin -[/code] + ./install/radiant.bin XQuartz note: on my configuration XQuartz doesn't automatically start for some reason. I have to open another terminal, and run the following command: /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin, then start radiant.