Install from source arch manjaro

Get latest Golf source code
You must have git installed. Get Golf source code for the latest version:
sudo pacman -Sy --noconfirm wget tar
wget "https://github.com/golf-lang/golf/archive/refs/heads/main.tar.gz" -O main.tar.gz
tar xvfz main.tar.gz
cd golf-main

Install dependencies
sudo pacman -Sy --noconfirm debugedit
makepkg -s --noconfirm -o

Build Golf
make clean
make
sudo make install

Here's how to uninstall.
See also
Install golf
install-arch-manjaro  
install-debian  
install-fedora-redhat-rocky-alma-centos-amazon-mageia  
install-from-source-arch-manjaro  
install-from-source-debian-ubuntu-raspbian  
install-from-source-fedora-redhat-rocky-alma-centos-amazon-mageia  
install-from-source-opensuse  
install-in-any-folder-arch-manjaro  
install-in-any-folder-debian-ubuntu-raspbian  
install-in-any-folder-fedora-redhat-rocky-alma-centos-amazon-mageia  
install-in-any-folder-opensuse  
install-opensuse  
install-raspbian  
install-ubuntu  
uninstall  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.