mac readme: We no longer build Git ourselves

This commit is contained in:
Hylke Bons 2018-01-13 19:23:22 +00:00 committed by GitHub
parent e3ca5052f4
commit e93b27d3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ You can build SparkleShare from source or download the SparkleShare bundle.
Install [Xcode](https://itunes.apple.com/gb/app/xcode/id497799835?mt=12) from the macOS App Store, or [download](https://developer.apple.com/xcode/) it manually.
Install [Visual Studio](https://www.visualstudio.com/vs/visual-studio-mac/).
The required `git` binaries are now built automatically. For doing this and for building the distribution release, where Mono libraries are merged into SparkleShare, we need
For building the distribution release, where Mono libraries are merged into SparkleShare, we need
the packes <tt>autoconf</tt> and <tt>pkg-config</tt>. You can install these in several ways, here's how it's done using [Homebrew](http://brew.sh/):
```bash