saeedou / ringbuffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cring

Build

mkdir build
cd build
cmake ..
make all

Test

Install https://github.com/pylover/cutest.

cd build
make test

Install

cd build
make install

Lint

pip install prettyc
cd build
make lint

Debian package

cd build
cpack
sudo dpkg -i libcring-*.deb

About

License:GNU General Public License v3.0


Languages

Language:C 91.6%Language:CMake 8.4%