aleksey.tomin
05/13/2020, 6:47 AMapp.kexe
for macos. And I try to run it on another computer. Result - dyld: Library not loaded: /usr/local/opt/libmicrohttpd/lib/libmicrohttpd.12.dylib
1. May be put library into kexe? How I can do it?
2. May be create macos installer? How I can do it?Artyom Degtyarev [JB]
05/13/2020, 8:02 AMaleksey.tomin
05/13/2020, 8:08 AMlibmicrohttpd.a
and libmicrohttpd.dylib
but I can’t select on. I just write
compilerOpts.osx = -I /opt/local/include -I/usr/local/include
compilerOpts.linux = -I /usr/include
in the .def fileArtyom Degtyarev [JB]
05/13/2020, 8:10 AMstaticLibraries
as it’s done here.aleksey.tomin
05/13/2020, 12:13 PMgnutls
😞
It needs for microhttdpd