installing hetrix
from AUR, from source, or using the bootstrap script.
quick install (AUR)
paru -S hetrix
or with yay:
yay -S hetrix
manual clone:
git clone https://aur.archlinux.org/hetrix.git cd hetrix makepkg -si
build from source
git clone https://codeberg.org/Druid520/hetrix.git cd hetrix chmod +x hetrix.sh ./hetrix.sh # installs to /usr/local/bin ./hetrix.sh --prefix ~/.local # user install
flags:
--no-install– build only, binary left in current dir--no-seed– skip seeding index.json / cfg.toml
requirements
- clang, mold, python
- make, git, curl
- optional: cmake, zpaq, p7zip
arch / endeavouros:sudo pacman -S gcc make git curl cmake zpaq p7zip