The Small Utility Structs (SUS) is a collection of pieces of code from several projects of mine that I decided to package neatly for reusability.
There is no documentation at this point, this is still being worked on.
Requirements:
gccmake
To build the library, ensure you have the above listed requirements, after which, you may simply:
- Clone the repository.
- Use
make buildto compile, output will be put inbuild/bin/libsus.a - (Optionally) Use
sudo make installto copy the headers and.ato/usr/local/
Note that when updating your install of libsus you may have to make uninstall before installing again to clear any files that are no longer needed.