glib-gettextize
A library of handy utility functions
Install
- All systems
-
curl cmd.cat/glib-gettextize.sh
- Debian
-
apt-get install libglib2.0-dev-bin
- Ubuntu
-
apt-get install libglib2.0-dev-bin
- Arch Linux
-
pacman -S glib2
- Kali Linux
-
apt-get install libglib2.0-dev-bin
- CentOS
-
yum install glib2-devel
- Fedora
-
dnf install glib2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libglib2.0-dev-bin
- Raspbian
-
apt-get install libglib2.0-dev
- Dockerfile
- dockerfile.run/glib-gettextize
glib2-devel
A library of handy utility functions
libglib2.0-dev
Development files for the GLib library
GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. This package is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling.
mingw32-glib2
target
mingw64-glib2
target
libglib2.0-dev-bin
Development utilities for the GLib library
GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. This package is needed to compile programs against libglib2.0-0. It contains development utilities typically run during compilation and should not be installed directly. Use libglib2.0-dev instead.