diff options
author | yenatch <yenatch@gmail.com> | 2014-02-14 21:57:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-14 21:57:35 -0500 |
commit | 54623151e4f08edebd5ca476a37877e261e0e5d5 (patch) | |
tree | d3f88e8cfd85a835ae1d0d53661210ac74a8395c | |
parent | b1b084334c6f05e1253acae7ba65c8163d567bcf (diff) |
Install: Command Line Tools for Xcode instead of the larger Xcode.
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -36,7 +36,8 @@ To build them individually: # OS X -Download and install **Xcode**. Then open a terminal and follow the Linux instructions. +Download and install **Command Line Tools for Xcode**. +Then open a terminal and follow the Linux instructions. # Windows @@ -52,7 +53,9 @@ Select the following packages: * python * python-setuptools -To install rgbds, extract the contents of **http://iimarck.us/etc/rgbds.zip** and put them in `C:\cygwin\usr\local\bin`. +To install rgbds, extract the contents of +**http://iimarck.us/etc/rgbds.zip** +and put them in `C:\cygwin\usr\local\bin`. Then set up the repository. In the **Cygwin terminal**: |