Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 703 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 703 Bytes

Tango Bridge

Tango Bridge is a system-tray application that can start ADB and forward connections to Tango Web App running in a browser.

An ADB executable for each platform is included.

Build

Prerequisites

  • Rust

Windows

Visual Studio is required to build the project.

./build.ps1

macOS

  1. Open build.sh
  2. Change sdk_version to the version of MacOS SDK installed on your system
./build.sh

Linux

gtk3 and libappindicator3 are required to build the project.

Arch Linux / Manjaro:

sudo pacman -S gtk3 libappindicator-gtk3

Ubuntu / Debian:

sudo apt install libgtk-3-dev libappindicator3-dev
cargo build --release