simpler mac instructions

This commit is contained in:
yenatch 2015-10-25 03:26:12 -04:00
parent 5a4da53dfd
commit 6fcba7a28a

View File

@ -22,19 +22,13 @@ make
``` ```
# OS X # Mac
Xcode provides most of the tools needed to build.
On 10.8 or earlier, download and install **Command Line Tools for Xcode**.
On 10.9 or later, run `xcode-select --install` in the terminal.
In **Terminal**, run: In **Terminal**, run:
```bash ```bash
lynx -source bootstrap.pypa.io/get-pip.py | python xcode-select --install
pip install pypng sudo easy_install pypng
git clone https://github.com/bentley/rgbds git clone https://github.com/bentley/rgbds
cd rgbds cd rgbds