Skip to content

Stepan-andry/belnet-app

 
 

Repository files navigation

Belnet on the Go

An app to interact with Belnet as a vpn tunnel for android

Build Status

building

build requirements:

  • flutter
  • gnu make
  • cmake
  • pkg-config
  • git
  • autotools

install flutter with snap:

$ sudo snap install flutter --classic

or with asdf:

$ asdf install

a one liner to install everything else:

$ sudo apt install make automake libtool pkg-config cmake git

build with flutter

before building make sure to update the submodules:

$ git submodule update --init --recursive

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

Belnet mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 55.4%
  • Kotlin 18.9%
  • Java 16.9%
  • Shell 4.2%
  • Swift 1.7%
  • Ruby 1.6%
  • Objective-C 1.3%