install-from-source-opensuse - Golf documentation (install-golf)
Contents
Description
GETLATESTGOLFSOURCECODE
You must have git installed. Get Golf source code for the latest version:
sudo zypper --non-interactive in 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 zypper --non-interactive in --replacefiles --force-resolution rpm-build
sudo zypper -n install $(rpmspec --parse golf.spec | grep BuildRequires|sed 's/^.*:\(.*\)$/\1/g')
BUILDGOLF
make clean
make
sudo make install
Here's how to uninstall.
Name
install-from-source-opensuse - 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)
