commercetest / cross-compiling-gnunet

A work-in-progress repository of the scripts, discoveries, tips and traps we're discovering during the process of cross-compiling GNUnet for Android.
MIT License
0 stars 0 forks source link

MWE of GNUnet Utils running on Android 64-bit architectures #1

Open julianharty opened 4 months ago

julianharty commented 4 months ago

Context

To support collaborative work to enable GNUnet to run on Android devices various dependencies need to be configured and compiled so their libraries are built for ARMv8 and x86 64-bit architectures. This repo has been created so we can share and publish the various steps, scripts, and modifications we made to GNUnet Utils and the FOSS projects it depends on. This epic is intended to facilitate tracking of the work that needs doing and our progress in completing a Minimal Working Example (MWE) of GNUnet Utils running in a skeletal Android app.

Tasklist

Please add links to tasks, etc. below by editing this section so they're easy to track

Comments are also welcome e.g. to ask clarifying questions related to this epic, to suggest solutions, and so on.

julianharty commented 4 months ago

We will also endeavour to add and test support for ARMv7, however supporting ARMv7 is a nice-to-have for the MWE rather than a blocker.