An open API service indexing awesome lists of open source software.

https://github.com/titaniumhocker/libbicycles

Yet another "invent a wheel" C library
https://github.com/titaniumhocker/libbicycles

c library

Last synced: 9 months ago
JSON representation

Yet another "invent a wheel" C library

Awesome Lists containing this project

README

          

# libbicycles

[![Tests](https://github.com/TitaniumHocker/libbicycles/actions/workflows/tests.yml/badge.svg)](https://github.com/TitaniumHocker/libbicycles/actions/workflows/tests.yml)

Yet another "invent a wheel" C library

**This library is WORK IN PROGRESS status**

## Installation

To install library just run this commands:
```bash
make
sudo make install
```

## Usage

Usage examples can be found in *examples* dir.

## Uninstallation

To remove library:
```bash
sudo make unsinstall
```

## Run tests

Tests can be started with this command:
```bash
make check
```