Skip to content
Discussion options

You must be logged in to vote

Here is what I use for build/rebuild

sudo rm -r lotus
git clone https://github.com/filecoin-project/lotus.git
cd lotus/
git checkout v1.13.1 && git switch -c v1.13.1 && git submodule update --init --recursive
RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 make clean all lotus-bench lotus-shed
sudo make install
cd ..

(Then run lotus daemon, etc)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@16871560
Comment options

Answer selected by LexLuthr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/archived Archive label, use when closing/locking old discussions.
3 participants