Install opensuse

Install Golf on OpenSUSE
For OpenSUSE-like distributions:
- Install git
sudo zypper -n install git

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

- Install dependencies
sudo zypper -n install make gcc openssl-devel curl tar pkg-config libxml2-devel libcurl-devel pcre2-devel libmariadb-devel FastCGI FastCGI-devel postgresql-devel sqlite3-devel

- 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.