Skip to content
The Teonet ccl library process basic containers for C language.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
ci-build @ b6f3201
ci-build-data
po
src
tests
.clang-format
.gitignore
.gitmodules
AUTHORS
COPYING
ChangeLog
Doxyfile
INSTALL
Makefile.am
NEWS
README
README.md
acinclude.m4
aminclude.am
autogen.sh
configure.ac

README.md

Teonet (CCL) C Containers Library

1. Description

The Teonet CCL is a library processed basic containers at C language. The Map and Queue containers are used in Teonet TR-UDP Library.

CircleCI Documentation Download

2. Installation from sources

Install project with submodules

git clone git@github.com:teonet-co/teoccl.git
cd teoccl
git submodule update --init

Install Dependences

There is not dependences

First time, after got sources from subversion repository

./autogen.sh

3. Make your application

make

3.1 Using autoscan to Create configure.ac

After make some global changes in sources code use autoscan to update projects configure.ac

4. Installation from repository

UBUNTU

http://repo.ksproject.org/ubuntu/
https://dl.bintray.com/teonet-co/u

Add repository

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

Install

sudo apt-get install -y libteoccl

5. Run example

See example README.md

6. Teo ccl documentation

See libteoccl documentation at: https://teonet-co.github.io/teoccl/

You can’t perform that action at this time.