Install opensuse

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

- Download Gliimly
git clone https://github.com/gliimly/gliimly.git
cd gliimly
git checkout 44

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

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

- Tools and utilities
Install useful tools and utilities, also used in examples (so if you're running examples, you must install these as well):
sudo zypper -n install tar curl FastCGI

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


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