The Teonet CCL is a library processed basic containers at C language. The Map and Queue containers are used in Teonet TR-UDP Library.
sudo apt install libcunit1-dev libcpputest-dev
git clone [email protected]:teonet-co/teoccl.git
cd teoccl
git submodule update --init
There is not dependences
./autogen.sh
make
After make some global changes in sources code use autoscan
to update projects
configure.ac
http://repo.ksproject.org/ubuntu/
https://dl.bintray.com/teonet-co/u
KSProject:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8CC88F3BE7D6113C
sudo apt-get install -y software-properties-common
sudo add-apt-repository "deb http://repo.ksproject.org/ubuntu/ teonet main"
sudo apt-get update
Bintray:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
echo "deb https://dl.bintray.com/teonet-co/u bionic main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y libteoccl
See example README.md
See libteoccl documentation at: https://teonet-co.github.io/teoccl/