This repository contains the C source code and dynamic library for tenet project.
The src
folder contains all the source code for generating libtenet
dynamic library.
The lib
folder contains some prebuilt dynamic library which might just fit into your system.
The tenet project would be using some well known open-source librarys if needed, including:
If you are using features with these libraries involved, you are recommended to build them yourself, and put them under the same folder with libtenet
, for your application to load them.
Just install clang
and run a single command:
make
then the dynamic library would be generated under the lib
dir.
Specify the system propeties for your tenet application with -DTENET_LIBRARY_PATH=/path/to/lib
.