Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazzaclark/hazzacommon
A single-filed repository containing my common utilities
https://github.com/hazzaclark/hazzacommon
Last synced: about 6 hours ago
JSON representation
A single-filed repository containing my common utilities
- Host: GitHub
- URL: https://github.com/hazzaclark/hazzacommon
- Owner: hazzaclark
- License: gpl-3.0
- Created: 2024-10-11T13:33:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T13:49:36.000Z (4 months ago)
- Last Synced: 2024-11-12T17:33:03.994Z (3 months ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hazzaCommon
A single-filed repository containing my common utilities# Motive:
What it says on the tin, really...
# Building:
```
git clonemake clean
make
```the output of this should be a lib file called ``hazzaCommon.so``
from there, feel free to drag and drop it in ``/usr/local/include`` to use asynchronously across programs
to include in other projects, simply use the ``-LhazzaCommon`` directive in your build scheme