summaryrefslogtreecommitdiffstats
path: root/GUI/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-18 20:36:42 -0800
committeryum <yum.food.vr@gmail.com>2022-12-18 20:36:42 -0800
commit0111a26a5526fe5f01c0dc3b4d4391af4234c2a7 (patch)
tree17469d9db468bfd9c6082c247cdc95f560db51e5 /GUI/README.md
parent42e22cc25ffa66d936ca53171dc745b5fa799906 (diff)
Now it's possible to build the app from Powershell
No more WSL dependencies!
Diffstat (limited to 'GUI/README.md')
-rw-r--r--GUI/README.md6
1 files changed, 3 insertions, 3 deletions
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