|
Can anyone help me with Bladebit installation on Arch Linux? |
Answered by
wallentx
Jan 24, 2023
Replies: 1 comment 1 reply
|
To install the prereq packages: Once it finishes compiling, you'll have a new directory called |
1 reply
Answer selected by
Sonix1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install the prereq packages:
sudo pacman -S base-devel cmake gmp numactlTo build from source, navigate to some dir where you might clone repos (I use
~/src), andgit clone https://github.com/Chia-Network/bladebit.git && cd bladebit && git checkout develop && sh build.shOnce 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