Y
Hacker News
new
|
ask
|
show
|
jobs
by
revskill
580 days ago
How ti integrate with extermal library ?
2 comments
warothia
580 days 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.
link
nurettin
579 days ago
You would need to change some code, or parameterize this:
#define LIBS "-L./libs -lmodule -ljansson
link