Skip to content

How to install Bladebit in Arch Linux? #264

Answered by wallentx
Sonix1 asked this question in Q&A
Discussion options

You must be logged in to vote

To install the prereq packages:
sudo pacman -S base-devel cmake gmp numactl
To build from source, navigate to some dir where you might clone repos (I use ~/src), and
git clone https://github.com/Chia-Network/bladebit.git && cd bladebit && git checkout develop && sh build.sh

Once it finishes compiling, you'll have a new directory called build-release, and the bladebit binary will be located in there.
You can either run it directly from that dir, or symlink it to some other dir within your PATH

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Sonix1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants