giblib-config
headers for giblib
Install
- All systems
-
curl cmd.cat/giblib-config.sh
- Debian
-
apt-get install giblib-dev
- Ubuntu
-
apt-get install giblib-dev
- Alpine
-
apk add giblib
- Arch Linux
-
pacman -S giblib
- Kali Linux
-
apt-get install giblib-dev
- Fedora
-
dnf install giblib-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install giblib-dev
- Raspbian
-
apt-get install giblib-dev
- Dockerfile
- dockerfile.run/giblib-config
- Docker
-
docker run cmd.cat/giblib-config giblib-config
powered by Commando
giblib-dev
headers for giblib
headers and static libraries for giblib, a library of handy stuff. giblib contains an imlib2 wrapper to avoid the context stuff, doubly-linked lists and font styles.
giblib-devel
Static library and header files for giblib
giblib
giblib is a utility library used by many of the applications from
linuxbrit.co.uk. It incorporates doubly linked lists, some string functions, and a wrapper for imlib2. The wrapper does two things. It gives you access to fontstyles, which can be loaded from files, saved to files or defined dynamically through the API. It also, and more importantly, wraps imlib2's context API.