Move osx directory from setup/data/osx to setup/apple.
This commit is contained in:
Garux 2018-02-07 22:34:33 +03:00
parent 7c5b3c249e
commit 8c6ea03ea3
13 changed files with 51 additions and 51 deletions

View File

@ -1,6 +1,6 @@
# Makefile for NetRadiant.app, requires http://macdylibbundler.sourceforge.net/
INSTALL = ../../../install
INSTALL = ../../install
TARGET = target
RESOURCES = $(TARGET)/NetRadiant.app/Contents/Resources
BINDIR = $(RESOURCES)/install

50
setup/apple/README.md Normal file
View File

@ -0,0 +1,50 @@
NetRadiant for Apple OS X
========================
This directory provides packaging steps for NetRadiant for OS X. This document describes compiling the application on OSX as well as generating distributable bundles using the framework provided in this directory.
Dependencies & Compilation
--------------------------
Directions for OS X Yosemite 10.10 - your mileage may vary:
- Install [MacPorts](http://macports.org).
- Install [XQuartz](http://xquartz.macosforge.org/)
- Install dependencies with MacPorts:
```
sudo port install dylibbundler pkgconfig gtkglext
```
- Get the NetRadiant code and compile:
```
git clone https://gitlab.com/xonotic/netradiant.git
cd netradiant/
make
```
- Run the build:
(from the netradiant/ directory)
```
./install/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.
Building NetRadiant.app
-----------------------
The `Makefile` in the 'setup/apple/' directory will produce a distributable .app bundle for NetRadiant using `dylibbundler`:
```
make
make image
```
Getting help
------------
IRC: Quakenet #xonotic, or post something on the issue tracker..

View File

@ -1,50 +0,0 @@
GtkRadiant for Apple OSX
========================
This directory provides packaging steps for GtkRadiant for OSX. This document describes compiling the application on OSX as well as generating distributable bundles using the framework provided in this directory.
Dependencies & Compilation
--------------------------
Directions for OSX Mavericks 10.9 - your mileage may vary:
- Install [MacPorts](http://macports.org).
- Install [XQuartz](http://xquartz.macosforge.org/)
- Install dependencies with MacPorts:
```
sudo port install dylibbundler pkgconfig gtkglext scons
```
- Get the GtkRadiant code and compile:
```
git clone https://github.com/TTimo/GtkRadiant.git
cd GtkRadiant/
scons
```
- Run the build:
(from the GtkRadiant/ directory)
```
./install/radiant.bin
```
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.
Building GtkRadiant.app
-----------------------
The `Makefile` in the 'apple/' directory will produce a distributable .app bundle for GtkRadiant using `dylibbundler`:
```
make
make image
```
Getting help
------------
Get on irc: Quakenet #radiant, or ask on the mailing list, or post something on the issue tracker..