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
- Host: GitHub
- URL: https://github.com/titaniumhocker/libbicycles
- Owner: TitaniumHocker
- License: mit
- Created: 2021-09-30T01:37:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T18:21:11.000Z (over 4 years ago)
- Last Synced: 2025-02-26T18:52:43.183Z (over 1 year ago)
- Topics: c, library
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libbicycles
[](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
```