From 0363d9798d1833c5d296ad90b3dd794aa935025e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCder?= Date: Sun, 3 Dec 2023 16:11:37 +0100 Subject: [PATCH] Added info to build binary from source --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a39ba51..25e1c52 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,16 @@ Import messages from other apps like WhatsApp to Signal. [WhatsApp] For WhatsApp exports ``` +## Build binary from source + +```bash +cd path/to/MoveToSignal/ + +dart compile exe \ +bin/move_to_signal.dart \ +-o build/move_to_signal_$(uname -s)_$(uname -m) +``` + ## Known issues ### Language based date time format in Whatsapp exports