Go

Option 1: Homebrew tap

Assumptions:

  • Brew is installed. If not, run:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    and follow the prompts.

brew tap lattice/lattice
brew install lattice

Install the latest develop branch with --devel.

Add --with-gui to brew the mist browser.

Then run mist (GUI) or geth (CLI)

For options and patches, see: https://github.com/lattice/homebrew-latticearrow-up-right

Option 2: Manual installation

Assumptions:

  • Go 1.2+ is installed. If not refer to thisarrow-up-right page.

  • Brew is installed. If not, run ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" and follow the prompts

Install Qt 5.4.x:

brew install qt5

Now configure some path for go-qml to properly build:

Compile Mist

This should start Mist and connect you to the Lattice network. However, if you want a traditional *.app file we'll need to use our build toolarrow-up-right.

This will save a Mist.app in the osx directory.

Option 3: Building from source easy guide

WARNING: Guide is outdated but remains for references

We now have a simple tutorial to install from source: http://forum.lattice.org/discussion/905/go-lattice-cli-ethereal-simple-build-guide-for-osxarrow-up-right

Last updated