]> Git Repo - VerusCoin.git/blob - README-mac.md
testnet breaking changes - Implement index address, hardening, makefile fixes
[VerusCoin.git] / README-mac.md
1
2 You will need Apple's Xcode (at least version 7, preferably 8.x) and the Xcode Command Line Tools:
3
4 https://itunes.apple.com/us/app/xcode/id497799835?mt=12
5
6 And Homebrew:
7
8 http://brew.sh/
9
10 Use the brewfile to install the necessary packages:
11
12 ```shell
13 brew bundle
14 ```
15
16 or 
17
18 ```shell
19 brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@8 binutils protobuf coreutils wget
20 ```
21
22 Get all that installed, then run:
23
24 ```shell
25 git clone https://github.com/VerusCoin/VerusCoin.git
26 cd VerusCoin
27 ./zcutil/build-mac.sh
28 ./zcutil/fetch-params.sh
29 ```
30
31 Happy Building
This page took 0.046156 seconds and 4 git commands to generate.