install-from-source-debian-ubuntu-raspbian - Golf documentation (install-golf)
Contents
Description
GETLATESTGOLFSOURCECODE
Get Golf source code for the latest version:
sudo apt update
sudo apt -y install 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
sudo apt update
sudo apt -y install devscripts equivs build-essential
yes|mk-build-deps -i -s sudo debian-upstream/control
BUILDGOLF
make clean
make
sudo make install
Here's how to uninstall.
Name
install-from-source-debian-ubuntu-raspbian - 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)
