Install arch

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

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

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

- 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 pacman --noconfirm -Sy --overwrite "*" tar curl

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.