Scroll to navigation

GOLF(2gg) Development GOLF(2gg)

NAME

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

DESCRIPTION

GET LATEST GOLF SOURCE CODE

You must have git installed. Get Golf source code for the latest version:

sudo zypper --non-interactive in git
git clone --depth 1 https://github.com/golf-lang/golf.git
cd golf

INSTALL DEPENDENCIES

sudo zypper --non-interactive in --replacefiles --force-resolution rpm-build 
sudo zypper -n install $(rpmspec --parse golf.spec | grep BuildRequires|sed 's/^.*:\(.*\)$/\1/g')

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