Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.01 KB

build-verge-osx.md

File metadata and controls

52 lines (35 loc) · 1.01 KB

Building Mac OS X Wallet

Note: This has only been confirmed to work on OS X Sierra (10.12) and OS X High Sierra (10.13) with XCode 9.2 and Apple LLVM version 9.0.0 (clang-900.0.39.2).

  1. Ensure you have git installed

    brew install git
  2. Clone VERGE repository

    git clone --recurse-submodules https://github.com/vergecurrency/VERGE
  3. Ensure you have mysql and boost installed.

    brew install mysql boost
  4. Ensure you have python 2.7 installed and in your path (OS X comes with this by default)

    python --version
  5. Export the required environment variables

    export VERGE_PLATFORM='mac'
    export CXX=clang++
    export CC=clang
  6. Run your build commands

    ./building/common.sh
    ./building/mac/requirements.sh
    ./building/mac/build.sh
  7. Grab a ☕ and wait it out

  8. Create the .dmg file

    ./building/mac/dist.sh