7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
Compiling the plugin:
|
|
cmake -H. -Bbuild
|
|
cmake --build build
|
|
|
|
Using the plugin:
|
|
The plugin is dependent on libhailort which is included in the `hailort/lib/` directory.
|
|
Use LD_LIBRARY_PATH to specify the location of the libhailort library. |