/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: A dynamic C (Hot reloading) module-based Web Framework
(github.com)
127 points
warothia
| 3 comments |
17 Nov 24 18:12 UTC
|
HN request time: 0.207s
|
source
1.
revskill
◴[
17 Nov 24 20:46 UTC
]
No.
42167079
[source]
▶
>>42165759 (OP)
#
How ti integrate with extermal library ?
replies(2):
>>42167235
#
>>42169098
#
ID:
GO
2.
warothia
◴[
17 Nov 24 21:04 UTC
]
No.
42167235
[source]
▶
>>42167079 (TP)
#
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.
3.
nurettin
◴[
18 Nov 24 02:07 UTC
]
No.
42169098
[source]
▶
>>42167079 (TP)
#
You would need to change some code, or parameterize this:
#define LIBS "-L./libs -lmodule -ljansson
↑