Scroll to navigation

GOLF(2gg) Development GOLF(2gg)

NAME

install-golf-from-source-using-dnf - Golf documentation (download-and-build)

DESCRIPTION

GET LATEST GOLF SOURCE CODE

Get Golf source code for the latest version:

sudo dnf -y install git
git clone --depth 1 https://github.com/golf-lang/golf.git
cd golf

INSTALL DEPENDENCIES

sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
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


Download and build

install-golf-from-source-using-apt install-golf-from-source-using-dnf install-golf-from-source-using-pacman install-golf-from-source-using-zypper uninstall See all documentation

$VERSION $DATE