From b34ffcd2116d652196f5eec6c9d7946b4d729831 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 16 Nov 2021 15:03:18 -0800 Subject: [PATCH] update README with windows run in place instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29280794..a9a1bb04 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Cwtch processes the following environment variables: First you will need a valid [flutter sdk installation](https://flutter.dev/docs/get-started/install). You will probably want to disable Analytics on the Flutter Tool: `flutter config --no-analytics` -This project uses the flutter `dev` channel, which you will need to switch to: `flutter channel dev; flutter upgrade`. +This project uses the flutter `stable` channel Once flutter is set up, run `flutter pub get` from this project folder to fetch dependencies. @@ -53,6 +53,9 @@ To build a release version and load normal profiles, use `build-release.sh X` in - run `fetch-tor-win.ps1` to fetch Tor for windows - optional: launch cwtch-ui directly by running `flutter run -d windows` - to build cwtch-ui, run `flutter build windows` +- optional: to run the release build: + - `cp windows/libCwtch.dll .` + - `./build/windows/runner/Release/cwtch.exe` ### Building on Linux/Windows (for Android)