mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
also, markup and stuff
This commit is contained in:
parent
46a144e7cd
commit
00d0891ee4
1 changed files with 5 additions and 11 deletions
|
@ -13,24 +13,18 @@ Directions for OSX Mavericks 10.9 - your mileage may vary:
|
||||||
|
|
||||||
- Install dependencies with MacPorts:
|
- Install dependencies with MacPorts:
|
||||||
|
|
||||||
[code]
|
|
||||||
sudo port install dylibbundler gcc48 gtkglext scons
|
sudo port install dylibbundler gcc48 gtkglext scons
|
||||||
[/code]
|
|
||||||
|
|
||||||
- Get the GtkRadiant code and compile:
|
- Get the GtkRadiant code and compile:
|
||||||
|
|
||||||
[code]
|
|
||||||
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
|
||||||
[/code]
|
|
||||||
|
|
||||||
- Run the build:
|
- Run the build:
|
||||||
|
|
||||||
(from the GtkRadiant/ directory)
|
(from the GtkRadiant/ directory)
|
||||||
[code]
|
|
||||||
./install/radiant.bin
|
./install/radiant.bin
|
||||||
[/code]
|
|
||||||
|
|
||||||
XQuartz note: on my configuration XQuartz doesn't automatically start for some reason. I have to open another terminal, and run the following command: /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin, then start radiant.
|
XQuartz note: on my configuration XQuartz doesn't automatically start for some reason. I have to open another terminal, and run the following command: /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin, then start radiant.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue