To install the C++ API simply add the following files to your project:
urll.h
urll.cpp
To install the C API simply add all the C++ API files and the following C files
curll.h
curll.cpp
On Unix based systems the library needs to be linked against libdl
std::function
supportThe library offers optional std::function
support when enabling the URLL_USE_FUNCTIONAL
macro
If you want to export the symbols from the library out of a DLL simply define the UVK_LOG_EXPORT_FROM_LIBRARY
macro. Then when building the library make sure the macro UVK_LIB_COMPILE
is enabled