diff options
author | yenatch <yenatch@gmail.com> | 2015-10-25 03:26:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-25 03:26:12 -0400 |
commit | 6fcba7a28a0d3d7826603b54b187dc5fca853669 (patch) | |
tree | b5bb0bd6d677ec413c094b17b527968bdde4af26 | |
parent | 5a4da53dfdb2c9315b3aa3c25cf2a5848d070a94 (diff) |
simpler mac instructions
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/INSTALL.md b/INSTALL.md index 8bb270868..d47ca0dea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -22,19 +22,13 @@ make ``` -# OS X - -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. +# Mac In **Terminal**, run: ```bash -lynx -source bootstrap.pypa.io/get-pip.py | python -pip install pypng +xcode-select --install +sudo easy_install pypng git clone https://github.com/bentley/rgbds cd rgbds |