Skip to content

Instantly share code, notes, and snippets.

View ellis2323's full-sized avatar
💭
working on whois0x.io

ellis2323 ellis2323

💭
working on whois0x.io
View GitHub Profile
@bertrandmartel
bertrandmartel / build_curl.md
Last active October 10, 2023 17:14
Build Curl for Android NDK

Build libcurl for android NDK

Libcurl requires openssl and zlib to be fully operationnal

  • Step 1 : cross compile zlib
  • Step 2 : cross compile openssl
  • Step 3 : cross compile curl with zlib/openssl external link

Prerequisites :