Build curl for Android ARM

  1. Build openssl:

     
  2. Build nghttp2

     
  3. Build curl: You should add LOCAL_CFLAGS += -fPIE to Android.mk

     

Build libass with MacOS

  1. Install the prerequisites:
  2. Run command glibtoolize, otherwise you will get the error: Libtool library used but ‘LIBTOOL’ is undefined
  3. Do the common build process: