mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 11:30:51 +00:00
rawwr
This commit is contained in:
parent
00d0891ee4
commit
64d8539105
1 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue