frostwire/frostwire-jlibtorrent

How to Compile in embedded system, the platform is arm32.

Closed this issue · 1 comments

How to modify the Android platform to arm32,thank you!

Look at https://github.com/frostwire/frostwire-jlibtorrent/blob/master/swig/config/android-arm-config.jam (this is arm32 for android)

Then look at the build script that uses that .jam file
https://github.com/frostwire/frostwire-jlibtorrent/blob/master/swig/build-android-arm.sh

This config might be a good starting point.

You will find utility functions used by the build-xxx.sh scripts here
https://github.com/frostwire/frostwire-jlibtorrent/blob/master/swig/build-utils.shinc