Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 18, 2017
1 parent 94d31a0 commit 00a9209
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,20 @@ such as audio support and the Dark Mod-specific plugins.

# Compiling on OS X

## Prerequisites

To compile DarkRadiant, a number of libraries (with development headers) are
required. You can obtain them by using [MacPorts](https://distfiles.macports.org/MacPorts/):

Install MacPorts, then open a fresh console and issue these commands:

```
sudo port install jpeg wxwidgets-3.0 pkgconfig libsigcxx2 freetype ftgl glew
sudo port install boost libxml2 freealut libvorbis libogg openal
```

## Build

Start Xcode and open the project file in `tools/xcode/DarkRadiant.xcodeproj`.
Hit CMD-B to start the build, the output files will be placed to a folder
similar to this:
Expand All @@ -105,7 +111,6 @@ similar to this:
The `DarkRadiant.app` package in that folder can be launched right away or
copied to some location of your preference.


# More Information

A more detailed compilation guide can be found on The Dark Mod's wiki:
Expand Down

0 comments on commit 00a9209

Please sign in to comment.