]> Git Repo - VerusCoin.git/blame - README-mac.md
Test
[VerusCoin.git] / README-mac.md
CommitLineData
e891d64b
JB
1First off you need Apple's Xcode (at least version 7, preferably 8.x) and the Xcode Command Line Tools:
2
3https://itunes.apple.com/us/app/xcode/id497799835?mt=12
4
5And Homebrew:
6
7http://brew.sh/
8
9And this is the list of brew packages you'll need installed:
10
11```shell
12brew tap discoteq/discoteq; brew install flock
13brew install autoconf autogen automake
14brew tap homebrew/versions; brew install homebrew/versions/gcc5
15brew install binutils
16brew install protobuf
17brew install coreutils
18brew install wget
19```
20
21Get all that installed, then run:
22
23```shell
24git clone https://github.com/j-cimb-barker/komodo.git
25cd komodo
26git checkout dev
27./zcutil/build-mac.sh
28```
112dc7b1
JB
29
30To build a distributable version of komodo then run the makeDistrib.sh script after building.
31
e891d64b
JB
32When 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`
33The 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.
34
35Happy Building
This page took 0.077534 seconds and 4 git commands to generate.