Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

The best way to get into the Lokinet if you are on the way.

License

Notifications You must be signed in to change notification settings

konstantinullrich/lokinet-mobile

Repository files navigation

Lokinet on Android

An app to interact with Lokinet as a vpn tunnel for android.

Build Status

building

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

git submodules

before building make sure to update the submodules:

$ git submodule update --init --recursive

flutter

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

cleaning

to make the workspace pristine use:

$ ./contrib/clean.sh

About

The best way to get into the Lokinet if you are on the way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published