ccgnu2-config
Header files and static libraries for Common C++ "2"
Install
- All systems
-
curl cmd.cat/ccgnu2-config.sh
- Debian
-
apt-get install libcommoncpp2-dev
- Ubuntu
-
apt-get install libcommoncpp2-dev
- Kali Linux
-
apt-get install libcommoncpp2-dev
- Fedora
-
dnf install commoncpp2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcommoncpp2-dev
- Raspbian
-
apt-get install libcommoncpp2-dev
- Dockerfile
- dockerfile.run/ccgnu2-config
libcommoncpp2-dev
Header files and static libraries for Common C++ "2"
Common C++ is a GNU package which offers portable "abstraction" of system services such as threads, networks, and sockets. Common C++ also offers individual frameworks generally useful to developing portable C++ applications including a object persistence engine, math libraries, threading, sockets, etc. Common C++ is small, and highly portable. Common C++ will support most Unix operating systems as well as Win32, in addition to GNU/Linux. This package contains the development files.