Skip to content

Installation Instructions for Mac

SmartMesh edited this page Aug 10, 2018 · 10 revisions

1)Install Go

    $ brew install go

2)Install git

    $ brew install git 

3)download the latest Spectrum source code from the github

    $ git clone https://github.com/SmartMeshFoundation/Spectrum.git

4)Install by using source code

    $ cd Spectrum
    $ make smc

If any error happens during the compiling and prompt message shows " lacking of the header file that is related to the Mac OS", you may try to install the xcode command-line tool before executing above commands:

    $ xcode-select --install

5) startup

    $ build/bin/smc console