https://github.com/gitjournal/ndk-libraries
Scripts to build the libraries required for GitJournal
https://github.com/gitjournal/ndk-libraries
Last synced: about 1 year ago
JSON representation
Scripts to build the libraries required for GitJournal
- Host: GitHub
- URL: https://github.com/gitjournal/ndk-libraries
- Owner: GitJournal
- License: agpl-3.0
- Archived: true
- Created: 2019-05-03T07:30:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T00:40:20.000Z (over 5 years ago)
- Last Synced: 2025-02-21T20:24:54.460Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
For building openssl -
```
docker build -t ndk-libraries .
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-openssl-android.sh
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-ssh2.sh
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-git2.sh
```