Skip to content

Building

DC* edited this page Jul 18, 2020 · 8 revisions

This is a preliminary page describing the steps to build the application on your own.

Necessary tools

To build the application yourself you should follow these steps:

  • Install Android Studio (or just the Android SDK alone)
  • Clone the repo somewhere in your system
  • ./gradlew build

That's it!

Dependencies

The following dependencies are pulled from jitpack:

group package version repository jitpack
com.github.desyncr mantissa 0.0.2 repository jitpack
com.github.desyncr lzmajio 0.95.3 repository jitpack
com.github.desyncr onion-common 0.0.2 repository jitpack
com.github.desyncr onion-fec 0.0.2 repository jitpack
com.github.desyncr freenet-ext 0.60.2 repository jitpack
com.github.desyncr fred 1485.1m repository jitpack

All these were extracted from freenet/contrib and put on their own repositories.

Clone this wiki locally