Spectrum鏈開發 -- Mac開發環境搭建

來源:互聯網
上載者:User

本文介紹在Mac OS X環境下如何搭建Spectrum開發環境。

環境配置

安裝golang

brew install go

配置golang環境變數

vim ~/.bash_profile

在~/.bash_profile下添加GOPATH

#replace ~/go_project with your pathexport GOPATH=~/go_project   export PATH=.:$PATH:$GOPATH:$GOPATH/bin

在GOPATH下建立src,pkg,bin目錄

mkdir -p $GOPATH/bin $GOPATH/pkg $GOPATH/src

檢測go 環境

source ~/.bash_profilego env

安裝git

brew install git

源碼編譯

下載最新源碼到GOPATH下

mkdir -p $GOPATH/src/github.com/SmartMeshFoundationcd $GOPATH/src/github.com/SmartMeshFoundationgit clone https://github.com/SmartMeshFoundation/Spectrum

編譯smc

cd $GOPATH/src/github.com/SmartMeshFoundation/Spectrum/go install -v ./cmd/smc

編譯成功後smc可執行檔路徑:$GOPAT/bin/smc
測試smc

smc console

關於IDE

Mac下常用的IDE有Golion,VSCode,GoVim等,可按個人喜好選擇IDE。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.