Scroll to navigation

GOLF(2gg) Development GOLF(2gg)

NAME

install-from-source-fedora-redhat-rocky-alma-centos-amazon-mageia - Golf documentation (install-golf)

DESCRIPTION

GET LATEST GOLF SOURCE CODE

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

INSTALL DEPENDENCIES

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

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

$VERSION $DATE