Tutorial for this coming soon. For now, refer to here,
Follow the installation guide from WPILib Docs.
To build robot projects in a terminal, run the following command to set
JAVA_HOME in ~/.bashrc
:
echo 'export
JAVA_HOME=~/wpilib/2021/jdk' >> ~/.bashrc
sudo pacman -S gcc
sudo pacman -S git
This requires a package from the AUR. Use either the manual installation method (shown below) or an AUR helper.
sudo pacman -S python cd /tmp git clone https://aur.archlinux.org/python-wpiformat-git makepkg -si
sudo pacman -S cmake