faisal00813 / indy-android-dependencies

Dependencies required to build indy-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indy-android-dependencies

Dependencies required to build indy-sdk for Android

Prebuilts

prebuilt folder contains libraries built for arm, armv7, arm64, x86, x86_64.

Building from source

src folder contains scripts for building dependencies

  • openssl (1.1.0h)
  • sodium (1.0.14)
  • zmq (4.2.5)

execute build.sh in each folder to build the respective dependency

e.g

  • in src/openssl run ./build.sh
    • this will generate openssl for all architecures at once.
  • in src/sodium run ./build.sh
    • this will generate sodium for all architecures at once.
  • in src/zmq run ./build.sh
    • Zmq requires libsoidum to build. After building libsodium for the compatible architecture copy the sodium/prebuilt folder to zmq folder and rename the copied folder to sodium_prebuilt
    • ./build.sh this will generate zmq for all architecures at once.

About

Dependencies required to build indy-sdk


Languages

Language:Shell 100.0%