Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 clone

make 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