Update macOS build section in README.

pull/284/head
whitequark 2017-07-21 14:51:52 +00:00 committed by GitHub
parent 33b6e51737
commit 0b79dc277e
1 changed files with 5 additions and 4 deletions

View File

@ -86,12 +86,12 @@ Building on macOS
----------------- -----------------
You will need XCode tools, CMake, libpng and Freetype. To build tests, you You will need XCode tools, CMake, libpng and Freetype. To build tests, you
will need cairo. Assuming you use will need cairo. Assuming you use [homebrew][], these can be installed with:
[homebrew][], these can be installed with:
brew install cmake libpng freetype cairo brew install cmake libpng freetype cairo
XCode has to be installed via AppStore; it requires a free Apple ID. XCode has to be installed via AppStore or [the Apple website][appledeveloper];
it requires a free Apple ID.
Before building, check out the necessary submodules: Before building, check out the necessary submodules:
@ -108,7 +108,8 @@ The application is built in `build/bin/solvespace.app`, the graphical interface
is `build/bin/solvespace.app/Contents/MacOS/solvespace`, and the command-line interface executable is `build/bin/solvespace.app/Contents/MacOS/solvespace`, and the command-line interface executable
is `build/bin/solvespace.app/Contents/MacOS/solvespace-cli`. is `build/bin/solvespace.app/Contents/MacOS/solvespace-cli`.
[homebrew]: http://brew.sh/ [homebrew]: https://brew.sh/
[appledeveloper]: https://developer.apple.com/download/
Building on Windows Building on Windows
------------------- -------------------