Scroll to navigation

GOLF(2gg) Development GOLF(2gg)

NAME

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

DESCRIPTION

GET LATEST GOLF SOURCE CODE

Get Golf source code for the latest version:

sudo apt update
sudo apt -y install git
git clone --depth 1 https://github.com/golf-lang/golf.git
cd golf
mv debian-upstream debian

INSTALL DEPENDENCIES

sudo apt update
sudo apt -y install devscripts equivs build-essential 
yes|mk-build-deps -i -s sudo debian/control

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