lotus/documentation/en/install-lotus-macos.md

35 lines
625 B
Markdown
Raw Normal View History

2019-12-04 15:39:41 +00:00
# MacOS Instructions
> This document is a work in progress.
Install these dependencies for MacOS Catalina.
- go (1.13 or higher)
- gcc (7.4.0 or higher)
- git (version 2 or higher)
- bzr (some go dependency needs this)
- jq
- pkg-config
- opencl-icd-loader
- opencl driver (like nvidia-opencl on arch) (for GPU acceleration)
- opencl-headers (build)
- rustup (proofs build)
- llvm (proofs build)
- clang (proofs build)
Clone
```sh
$ git clone https://github.com/filecoin-project/lotus.git
$ cd lotus/
```
Install
```sh
$ make clean all
$ sudo make install
```
Now you can use the command `lotus` in the command line.