Installation on Arch Based Distros
This guide explains how to install the Rux compiler on Arch Based Distros using AUR, a community driven software repository for Arch based distros.
Supported Distros
- All Arch Based Distros
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.