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 ------------