/libbicycles

Yet another "invent a wheel" C library

Primary LanguageCMIT LicenseMIT

libbicycles

Tests

Yet another "invent a wheel" C library

This library is WORK IN PROGRESS status

Installation

To install library just run this commands:

make
sudo make install

Usage

Usage examples can be found in examples dir.

Uninstallation

To remove library:

sudo make unsinstall

Run tests

Tests can be started with this command:

make check