]> Git Repo - VerusCoin.git/blame - README-mac.md
Expose refundfailedlaunch API
[VerusCoin.git] / README-mac.md
CommitLineData
4543015b 1
573ad418 2You will need Apple's Xcode (at least version 7, preferably 8.x) and the Xcode Command Line Tools:
e891d64b
JB
3
4https://itunes.apple.com/us/app/xcode/id497799835?mt=12
5
6And Homebrew:
7
8http://brew.sh/
9
573ad418 10Use the brewfile to install the necessary packages:
e891d64b
JB
11
12```shell
f948fb8b 13brew bundle
e891d64b
JB
14```
15
4543015b 16or
17
18```shell
19brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@6 binutils protobuf coreutils wget
20```
21
e891d64b
JB
22Get all that installed, then run:
23
24```shell
058156b8
DD
25git clone https://github.com/VerusCoin/VerusCoin.git
26cd VerusCoin
e891d64b 27./zcutil/build-mac.sh
4543015b 28./zcutil/fetch-params.sh
e891d64b 29```
112dc7b1 30
058156b8 31To build a distributable version of VerusCoin then run the makeReleaseMac.sh script after building. This will fix the dependency references and move the komodod and komodo-cli binaries to the kmd/mac/verus-cli directory along with the 6 libraries required for it to work properly.
112dc7b1 32
4543015b 33When you are done building, you need to create `Komodo.conf` the Mac way.
34
35```shell
36mkdir ~/Library/Application\ Support/Komodo
37touch ~/Library/Application\ Support/Komodo/Komodo.conf
38nano ~/Library/Application\ Support/Komodo/Komodo.conf
39```
40
41Add the following lines to the Komodo.conf file:
42
43```shell
44rpcuser=dontuseweakusernameoryougetrobbed
45rpcpassword=dontuseweakpasswordoryougetrobbed
46txindex=1
47addnode=5.9.102.210
48addnode=78.47.196.146
49addnode=178.63.69.164
50addnode=88.198.65.74
51addnode=5.9.122.241
52addnode=144.76.94.38
53addnode=89.248.166.91
54```
e891d64b
JB
55
56Happy Building
This page took 0.093042 seconds and 4 git commands to generate.