From 6fcba7a28a0d3d7826603b54b187dc5fca853669 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 25 Oct 2015 03:26:12 -0400 Subject: [PATCH] simpler mac instructions --- INSTALL.md | 12 +++--------- 1 file 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