I am trying to make build for libssh2 to support arm64 with following steps as in this link.
First of all I am going on path where I have downloaded example code as in above link, then running script file in terminal "./build-all.sh libgcrypt" as shown in steps.
But it won't make file libssh.a and in log file shows error or message like in screen attached.
.
Problem
It may require to Checkout the submodules: as in steps before make build.
git submodule init
git submodule update
But I don't know how and where to use above commands to check out sub module. Please suggest me how can I checkout or correct me if I am on wrong track.
Thanks.