Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nova-video-player/aos-libtorrent-android-builder
cross-compile libtorrent project for Android targets
https://github.com/nova-video-player/aos-libtorrent-android-builder
Last synced: 8 days ago
JSON representation
cross-compile libtorrent project for Android targets
- Host: GitHub
- URL: https://github.com/nova-video-player/aos-libtorrent-android-builder
- Owner: nova-video-player
- License: apache-2.0
- Created: 2021-01-23T14:40:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:13:39.000Z (7 months ago)
- Last Synced: 2024-04-14T09:04:32.545Z (7 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### libtorrent-android-builder
A simple shell script to cross-compile libtorrent project for Android targets.
Builds the binaries and libs using dynamic linking.
Typical usage:
```
bash ./build.sh -a $ARCH
```$ARCH can be either: arm arm64 x86 x86_64
Requirements:
- NDK installed
- some dev tools