A general purpose c lib.
owl
can be compiled to a static or shared library from the source by running the following commands. The library can be found at lib/
directory.
To build the static lib
make
To build the shared lib
make -e SHARED=1
owl source code is available under the MIT License.