From 2c4dcc08216896e74ebed96f064e7001e207f594 Mon Sep 17 00:00:00 2001 From: MtFBella109 <130922446+MtFBella109@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:53:15 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5e3ae16b3..6da4c0115 100644 --- a/readme.md +++ b/readme.md @@ -151,10 +151,11 @@ See our [CI script](/.drone.yml) if you wish to set up automated builds. It shou ### linux 1. ```flutter config --enable-linux-desktop``` -2. ```apt install libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev libsqlcipher-dev``` or distribution equivalent -3. ```flutter build linux && flutter build bundle``` +2. ```apt install libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev libsqlcipher-dev libssl-dev lib32stdc++-12-dev libstdc++-12-dev``` or distribution equivalent +3. ```flutter build linux && flutter build bundle``` (Don't forget to do the Setps by Workstation first 4. navigate to release at ```$SYPHON_ROOT/build/linux/release/bundle``` 5. Confirm build works with running ```$SYPHON_ROOT/build/linux/release/bundle/syphon``` + ### windows 1. ```flutter doctor``` should give you warnings for anything missing From 75b773d00f0453a781d82f353a479cc204251816 Mon Sep 17 00:00:00 2001 From: taylor Date: Mon, 31 Jul 2023 16:12:36 -0400 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6da4c0115..79848b559 100644 --- a/readme.md +++ b/readme.md @@ -152,7 +152,7 @@ See our [CI script](/.drone.yml) if you wish to set up automated builds. It shou ### linux 1. ```flutter config --enable-linux-desktop``` 2. ```apt install libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev libsqlcipher-dev libssl-dev lib32stdc++-12-dev libstdc++-12-dev``` or distribution equivalent -3. ```flutter build linux && flutter build bundle``` (Don't forget to do the Setps by Workstation first +3. ```flutter build linux && flutter build bundle``` (Don't forget to do the Steps by Workstation first 4. navigate to release at ```$SYPHON_ROOT/build/linux/release/bundle``` 5. Confirm build works with running ```$SYPHON_ROOT/build/linux/release/bundle/syphon```