From 64d853910527a71ec25193afb7e9c75a89ce0594 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sat, 28 Dec 2013 10:23:45 -0600 Subject: [PATCH] rawwr --- apple/README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/apple/README.md b/apple/README.md index 4629f41b..787d21d8 100644 --- a/apple/README.md +++ b/apple/README.md @@ -13,13 +13,17 @@ Directions for OSX Mavericks 10.9 - your mileage may vary: - Install dependencies with MacPorts: - sudo port install dylibbundler gcc48 gtkglext scons +``` +sudo port install dylibbundler gcc48 gtkglext scons +``` - Get the GtkRadiant code and compile: - git clone https://github.com/TTimo/GtkRadiant.git - cd GtkRadiant/ - scons cc=gcc-mp-4.8 cxx=g++-mp-4.8 +``` +git clone https://github.com/TTimo/GtkRadiant.git +cd GtkRadiant/ +scons cc=gcc-mp-4.8 cxx=g++-mp-4.8 +``` - Run the build: @@ -33,8 +37,10 @@ Building GtkRadiant.app The `Makefile` in the 'apple/' directory will produce a distributable .app bundle for GtkRadiant using `dylibbundler`: - make - make image +``` +make +make image +``` Getting help ------------