Skip to content

microhardsmith/tenet-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Introduction

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.

Build

Just install clang and run a single command:

make

then the dynamic library would be generated under the lib dir.

Usage

Specify the system propeties for your tenet application with -DTENET_LIBRARY_PATH=/path/to/lib.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published