2 You will need Apple's Xcode (at least version 7, preferably 8.x) and the Xcode Command Line Tools:
4 https://itunes.apple.com/us/app/xcode/id497799835?mt=12
10 Use the brewfile to install the necessary packages:
19 brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@6 binutils protobuf coreutils wget
22 Get all that installed, then run:
25 git clone https://github.com/VerusCoin/VerusCoin.git
28 ./zcutil/fetch-params.sh
31 To 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.
33 When you are done building, you need to create `Komodo.conf` the Mac way.
36 mkdir ~/Library/Application\ Support/Komodo
37 touch ~/Library/Application\ Support/Komodo/Komodo.conf
38 nano ~/Library/Application\ Support/Komodo/Komodo.conf
41 Add the following lines to the Komodo.conf file:
44 rpcuser=dontuseweakusernameoryougetrobbed
45 rpcpassword=dontuseweakpasswordoryougetrobbed