On 11/01/16 14:41, Dave wrote:
Hi,
Quick question I hope.
I'd like to use libcurl.
I have several options as I see it.
1. Build libcurl as part of my build process.
2. Cross compile libcurl for platforms I care about ahead of time.
3. Copy the process already used by rumprun for libssl etc.
I'd like to do 3 but I'm struggling to see how that works.
Can somebody point me in the right direction?
The procedure for "base system" libs and "package" libs is slightly
different. If you want to include a 3rd party lib, look into
rumprun-packages for inspiration, e.g. libxml2:
https://github.com/rumpkernel/rumprun-packages/tree/master/libxml2
If you successfully manage to build and use libcurl, please also
consider contributing it to rumprun-packages.