Skip to content
/ libtguy Public

TrashGuy C library created to be easily usable from other languages with CFFI support.

License

Notifications You must be signed in to change notification settings

Wirtos/libtguy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtguy

Build instructions

git clone --recursive https://github.com/Wirtos/libtguy
cd libtguy
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -t install
  • To build doxygen documentation, add -DTGUY_BUILD_DOCS=ON when configuring
  • To build libtguy as a shared library, add -DBUILD_SHARED_LIBS=ON
  • Libraries, headers and cmake config files will be installed to build/install
  • For advanced manual configuration process and list of more advance options use ccmake or CMake-GUI isntead of cmake

About

TrashGuy C library created to be easily usable from other languages with CFFI support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published