From 0111a26a5526fe5f01c0dc3b4d4391af4234c2a7 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 18 Dec 2022 20:36:42 -0800 Subject: Now it's possible to build the app from Powershell No more WSL dependencies! --- GUI/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GUI/README.md') diff --git a/GUI/README.md b/GUI/README.md index b03cace..079474d 100644 --- a/GUI/README.md +++ b/GUI/README.md @@ -1,7 +1,7 @@ ## Build instructions -0. Open WSL. -1. Execute Libraries/fetch.sh. +0. Open Powershell. +1. Execute Libraries/fetch.ps1. 2. Install Visual Studio 2022. 3. Open Libraries/wx/build/msw/wx\_vc17.sln with Visual Studio 2022. 4. Build x64/Release. @@ -19,7 +19,7 @@ that's hacked up to allow installing packages via pip. We use this to install packages at runtime (like a net installer), so we don't actually distribute all our transitive dependencies. This also keeps - the package size small. + the initial package size small. ## C++ Style -- cgit v1.2.3