Linux 강좌Panacead 설치 방법
페이지 정보
최고관리자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일 21-08-02 11:03 20,245 0관련링크
본문
[code]
# Make sure to checkout the correct branch.
git clone -b v2.0.1 https://github.com/medibloc/panacea-core
cd panacea-core
#make 가 없을 경우 설치 (보통 ubuntu처음 설치 시 make 랑 gcc등등 필요)
sudo apt-get install make
sudo apt-get install build-essential
# All binaries are installed in $GOPATH/bin
make install
$ panacead version --long
name: panacea-core
server_name:
version: 2.0.1
commit: b36d1dac432c75a6d865e75767fe227a4ca125ca
build_tags: ' ledger'
go: go version go1.16.3 darwin/amd64
[/code]
추천 0