mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +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:
|
- 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
|
```
|
||||||
cd GtkRadiant/
|
git clone https://github.com/TTimo/GtkRadiant.git
|
||||||
scons cc=gcc-mp-4.8 cxx=g++-mp-4.8
|
cd GtkRadiant/
|
||||||
|
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 image
|
make
|
||||||
|
make image
|
||||||
|
```
|
||||||
|
|
||||||
Getting help
|
Getting help
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in a new issue