libhandler icon indicating copy to clipboard operation
libhandler copied to clipboard

A basic installation target

Open redhog opened this issue 5 years ago • 0 comments

Usage:

./configure --prefix=/usr
make depend
make
make install

After this, programs can be built against this library using the standard gcc -lhandler syntax.

redhog avatar Jul 28 '20 16:07 redhog