Skip to content

TokTok/btox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73233b6 · Feb 10, 2025

History

75 Commits
Feb 10, 2025
Feb 10, 2025
Jan 29, 2025
Feb 9, 2025
Feb 10, 2025
Feb 9, 2025
Feb 9, 2025
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Feb 9, 2025
Jan 26, 2025
Jan 31, 2022
Jan 29, 2025
Feb 9, 2025
Jan 29, 2025
Dec 31, 2023
Dec 31, 2023
Aug 10, 2023
Nov 2, 2024
Feb 10, 2025
Feb 9, 2025
Dec 29, 2024
Jan 27, 2025
Feb 10, 2025
Feb 10, 2025

Repository files navigation

bTox

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

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.