The current way to deploy the software might not be the best for some people, i.e. linking, and especially that we download the library during the build process and not rely on something pre-installed.
Would be good to have 2 added solutions here:
check if we can use pkg-config to detect if ultralight is installed and use that.
implement libloading, I'm thinking something like ash, where we will have an object that has all references to the library functions.
It would be a bit challenging for us to handle libloading compared to ash because we have 3 library files at least
The current way to deploy the software might not be the best for some people, i.e. linking, and especially that we download the library during the build process and not rely on something pre-installed.
Would be good to have 2 added solutions here:
pkg-config
to detect ifultralight
is installed and use that.libloading
, I'm thinking something likeash
, where we will have an object that has all references to the library functions.It would be a bit challenging for us to handle
libloading
compared toash
because we have 3 library files at least