mimblewimble/grin
GitHub で見るClear Build and Install Instructions for each Major OS
Open
#2,559 opened on 2019年2月11日
good first issuetask
説明
The document: https://github.com/mimblewimble/grin/blob/master/doc/build.md
Needs Signifant Overview.
Installing on MacOS is as simple as:
- (Install Homebrew) follow instructions at: https://brew.sh/
- brew install rustup
- rustup-init
- git clone https://github.com/mimblewimble/grin.git
- cd grin
- cargo run --release