An app to interact with Lokinet as a vpn tunnel for android.
build requirements:
- posix compliant build environment
- flutter
- gnu make
- cmake
- pkg-config
- git
- autotools
a one liner to install everything else:
$ sudo apt install make automake libtool pkg-config cmake git
before building make sure to update the submodules:
$ git submodule update --init --recursive
install flutter with asdf:
$ asdf install
to build the project with flutter:
$ flutter build apk --debug
if succesful it will produce an apk at build/app/outputs/flutter-apk/app-debug.apk
which you can run
to make the workspace pristine use:
$ ./contrib/clean.sh