afett / libtscb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtscb Build Status

Thread Save Callback Library by Helge Bahmann

Building

$ autoreconf --install
$ ./configure
$ make
$ make install

Use the --enable-shared switch of the configure script to build a shared lib.

Portability

While the original project supports a range of platforms the maintenance branch is only tested on recent Linux systems on x86_64.

About

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 94.6%Language:Shell 2.5%Language:Makefile 1.9%Language:M4 0.7%Language:C 0.3%