Skip to content

TokTok/bTox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c68b25 · Mar 24, 2025
Feb 21, 2025
Feb 10, 2025
Feb 17, 2025
Feb 27, 2025
Feb 21, 2025
Feb 27, 2025
Mar 24, 2025
Feb 27, 2025
Feb 27, 2025
Mar 22, 2025
Feb 10, 2025
Feb 19, 2025
Feb 27, 2025
Jan 26, 2025
Feb 21, 2025
Jan 31, 2022
Jan 29, 2025
Mar 10, 2025
Feb 22, 2025
Mar 2, 2025
Dec 31, 2023
Feb 21, 2025
Dec 31, 2023
Feb 22, 2025
Nov 2, 2024
Feb 19, 2025
Mar 2, 2025
Feb 23, 2025
Jan 27, 2025
Mar 10, 2025
Mar 10, 2025

Repository files navigation

bTox

A work-in-progress cross-platform Tox client.

Nightly screenshot

Setting up Flutter

Follow the instructions on https://docs.flutter.dev/get-started/

Building

Run the tools/prepare-web setup script to generate the database bindings that need to be generated and download the 3rd-party libraries used in the web build.

./tools/prepare-web # or ./tools/prepare if you don't want to download the web-build 3rd-party libraries.

After the above is done, just build as you normally would for whatever platform you want to target.

If you run into issues, consulting our CI might be helpful as it contains working build instructions for all platforms.