Install arch

Install Golf on Arch
For Arch-like distributions (like Arch or Manjaro):
- Install git
sudo pacman --noconfirm -Sy --overwrite "*" git

- Download Golf
git clone https://github.com/golf-lang/golf.git
cd golf
git checkout 165

- Install dependencies
sudo pacman --noconfirm -Sy --overwrite "*" make gcc openssl curl tar pkg-config libxml2 'mariadb-connector-c' fcgi 'postgresql-libs' sqlite3 pcre2

- Build Golf
Use DI=1 to build debug version, leave it as is for production:
make clean
make DI=0
sudo make install

See also
Download and build
install  
install-arch  
install-debian  
install-fedora  
install-opensuse  
uninstall  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.