install-from-source-arch-manjaro - Golf documentation (install-golf)
Contents
Description
GETLATESTGOLFSOURCECODE
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
INSTALLDEPENDENCIES
. ./PKGBUILD
sudo pacman -Sy --noconfirm debugedit ${depends[@]}
BUILDGOLF
make clean
make
sudo make install
Here's how to uninstall.
Name
install-from-source-arch-manjaro - Golf documentation (install-golf)
See Also
Install golf
install-arch-manjaroinstall-debianinstall-fedora-redhat-rocky-alma-centos-amazon-mageiainstall-from-source-arch-manjaroinstall-from-source-debian-ubuntu-raspbianinstall-from-source-fedora-redhat-rocky-alma-centos-amazon-mageiainstall-from-source-opensuseinstall-in-any-folder-arch-manjaroinstall-in-any-folder-debian-ubuntu-raspbianinstall-in-any-folder-fedora-redhat-rocky-alma-centos-amazon-mageiainstall-in-any-folder-opensuseinstall-opensuseinstall-raspbianinstall-ubuntuuninstall See all
documentation
$DATE $VERSION GOLF(2gg)
