Skip to content

Commit

Permalink
macOS: update instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 12, 2018
1 parent ba71dba commit 9cd0044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -89,10 +89,10 @@ Space Navigator support will not be available.
Building on macOS
-----------------

You will need XCode tools, CMake, libpng and Freetype. To build tests, you
will need cairo. Assuming you use [homebrew][], these can be installed with:
You will need git, XCode tools and CMake. Git and CMake can be installed
via [Homebrew][]:

brew install git cmake libpng freetype cairo
brew install git cmake

XCode has to be installed via AppStore or [the Apple website][appledeveloper];
it requires a free Apple ID.
Expand All @@ -101,7 +101,7 @@ Before building, check out the project and the necessary submodules:

git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update --init extlib/libdxfrw
git submodule update --init

After that, build SolveSpace as following:

Expand Down

0 comments on commit 9cd0044

Please sign in to comment.