This commit is contained in:
Timothee 'TTimo' Besset 2013-12-28 10:23:45 -06:00
parent 00d0891ee4
commit 64d8539105
1 changed files with 12 additions and 6 deletions

View File

@ -13,13 +13,17 @@ Directions for OSX Mavericks 10.9 - your mileage may vary:
- Install dependencies with MacPorts: - Install dependencies with MacPorts:
```
sudo port install dylibbundler gcc48 gtkglext scons sudo port install dylibbundler gcc48 gtkglext scons
```
- Get the GtkRadiant code and compile: - Get the GtkRadiant code and compile:
```
git clone https://github.com/TTimo/GtkRadiant.git git clone https://github.com/TTimo/GtkRadiant.git
cd GtkRadiant/ cd GtkRadiant/
scons cc=gcc-mp-4.8 cxx=g++-mp-4.8 scons cc=gcc-mp-4.8 cxx=g++-mp-4.8
```
- Run the build: - 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`: The `Makefile` in the 'apple/' directory will produce a distributable .app bundle for GtkRadiant using `dylibbundler`:
```
make make
make image make image
```
Getting help Getting help
------------ ------------