Install on Arch Linux
This guide explains how to install the Rux compiler on Arch-based distributions using the AUR, a community-driven software repository for Arch.
Supported Distros
- All Arch-based distributions
Install yay
Install base development tools and Git
sh
sudo pacman -S --needed base-devel gitClone the yay repository
sh
git clone https://aur.archlinux.org/yay.gitBuild and install yay
sh
cd yay
makepkg -siInstall the Rux Compiler
sh
sudo yay -S rux-gitVerify the Installation
sh
rux versionYou should see the installed Rux compiler version.
Releases
All Rux releases are available on GitHub.