Comment by revskill 2 years ago How ti integrate with extermal library ? 2 comments revskill Reply warothia 2 years ago If you would want to link with external libraries, you would need to modify to server and make sure it has access to them when compiling the modules. nurettin 2 years ago You would need to change some code, or parameterize this: #define LIBS "-L./libs -lmodule -ljansson
warothia 2 years ago If you would want to link with external libraries, you would need to modify to server and make sure it has access to them when compiling the modules.
nurettin 2 years ago You would need to change some code, or parameterize this: #define LIBS "-L./libs -lmodule -ljansson
If you would want to link with external libraries, you would need to modify to server and make sure it has access to them when compiling the modules.
You would need to change some code, or parameterize this: