install-from-source-fedora-redhat-rocky-alma-centos-amazon-mageia - Golf documentation (install-golf)
Contents
Description
GETLATESTGOLFSOURCECODE
Get Golf source code for the latest version:
sudo dnf -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 dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm || true
sudo dnf install -y rpmdevtools
sudo dnf builddep -y golf.spec
BUILDGOLF
make clean
make
sudo make install
Here's how to uninstall.
Name
install-from-source-fedora-redhat-rocky-alma-centos-amazon-mageia - 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)
