Small library to send signals in C/C++
For C++ just include libsignal.h
and types.h
in your project, for C compile the library with CMake
and then link against it.
- Clone the repository
$ git clone https://github.com/univrsal/libsignal
- Make a build directory
$ cd libsignal && mkdir build && cd build
- Run CMake
$ cmake ..
- Build
$ make