Update README with OS X specific instructions

This commit is contained in:
Ryan Danbrook 2017-03-31 22:50:44 -04:00
parent b1f5b1a4bc
commit 752e6954d8

View file

@ -6,6 +6,11 @@ The following platforms are supported:
* Linux, FreeBSD, OpenBSD, NetBSD, OS X, Windows
* Anything supported by libretro
This project depends on the following libraries:
libsdl2, libepoxy, libao, libarchive, zlib
Optionally, it depends on GTK+3 for the GUI, currently only available on Linux and BSD.
## Building with Autotools
In order to build with Autotools:
```
@ -17,6 +22,11 @@ optionally:
```
make install
```
Differences on OS X:
```
export PKG_CONFIG_PATH=/usr/local/opt/libarchive/lib/pkgconfig/
./configure --disable-gui
```
## Building with CMake
In order to build with CMake:
@ -32,7 +42,7 @@ make install
```
The CMake build system can also be used with Ninja by adding `-GNinja` to the `cmake` line.
in order to bootstrap the Autotools you will need
In order to bootstrap the Autotools you will need:
1. **Autoconf**; latest 2.69 release (http://www.gnu.org/software/autoconf/)
@ -45,4 +55,3 @@ in order to bootstrap the Autotools you will need
3. **Autoconf Archive**; latest 2016.09.16 release (http://www.gnu.org/software/autoconf-archive/)
The configure.ac requires a number of m4 macros from the Autoconf archive.