added script to make static binaries for mac

This commit is contained in:
Joel Barker
2017-01-17 12:51:38 +00:00
parent 2f5fa4823a
commit 112dc7b154
2 changed files with 38 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ cd komodo
git checkout dev
./zcutil/build-mac.sh
```
To build a distributable version of komodo then run the makeDistrib.sh script after building.
When you are done building, you need to do a few things in the [Configuration](https://github.com/zcash/zcash/wiki/1.0-User-Guide#configuration) section of the Zcash User Guide differently because we are on the Mac. All instances of `~/.zcash` need to be replaced by `~/Library/Application\ Support/Zcash`
The fetch-params.sh script, however, has already been altered to fetch the proving keys into the correct directory to conform to Mac specific naming conventions.