Rate This Document
Findability
Accuracy
Completeness
Readability

Usage Description

The installation path of HTL is /usr/local/ksl/, the path to the dynamic library is /usr/local/ksl/libhtl.so, and the path to the header file is /usr/local/ksl/include/htl.h. The search paths of the dynamic library and header file need to be configured during application compilation and running.

Compile command:

1
gcc run_your_application.c -o run_your_application -I/usr/local/ksl/include/htl.h -L/usr/local/ksl/lib