mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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:
|
||||
|
||||
[code]
|
||||
sudo port install dylibbundler gcc48 gtkglext scons
|
||||
[/code]
|
||||
|
||||
- Get the GtkRadiant code and compile:
|
||||
|
||||
[code]
|
||||
git clone https://github.com/TTimo/GtkRadiant.git
|
||||
cd GtkRadiant/
|
||||
scons cc=gcc-mp-4.8 cxx=g++-mp-4.8
|
||||
[/code]
|
||||
|
||||
- Run the build:
|
||||
|
||||
(from the GtkRadiant/ directory)
|
||||
[code]
|
||||
./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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue