Note
This is purely for educational purposes. You shouldn't use this.
Also this is the first time I use C, so please bear with me.
I'm open to pull requests with explanations to learn more though!
Run make. That's all. It'll compile a static .a library.
To install the library (into /usr/local/lib and /usr/local/include):
$ make
$ sudo make installAnd to uninstall:
$ sudo make uninstall