Hi! I'd like to incorporate a custom build of libcurl (with HTTP3 support) into a Node.js C++ addon <https://nodejs.org/api/addons.html> that is going to be shipped to some systems that don't have curl or its dependencies installed. >From what I can tell, the possible ways in which this can be done are -
- build a fully relocatable version of libcurl and the dependency libraries - statically compile libcurl into my application I'm not sure if there are any better solutions to this. What is the recommended way of doing this?
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html