summaryrefslogtreecommitdiffstats
path: root/GUI/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-03-04 15:36:46 -0800
committeryum <yum.food.vr@gmail.com>2024-03-04 15:36:48 -0800
commitdb8618577175a5f6031b0002d269a2535a71a818 (patch)
treeb94bfa6ae4ff3f9212a0ed5ced39e3c9b866349c /GUI/README.md
parent809082bd3ab05b364da6273e69de3755387c8b4b (diff)
Begin fixing build on new hosts
Google drive intentionally broke CLI downloads ("don't be evil") and UwwwuPP went away. Begin work rehosting both files.
Diffstat (limited to 'GUI/README.md')
-rw-r--r--GUI/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/GUI/README.md b/GUI/README.md
index ff3e358..39d3292 100644
--- a/GUI/README.md
+++ b/GUI/README.md
@@ -13,7 +13,7 @@
$ git submodule init
$ git submodule update
```
-3. Execute Libraries/fetch.ps1. This will take 10-20 minutes.
+3. Execute Libraries/fetch.ps1. This will take 2-3 minutes.
3.0. If you can't run the script, run `Set-ExecutionPolicyPolicy
Unrestricted` in an admin instance of powershell. Heed the warning,
this is a security risk! Never run code from someone you don't trust
@@ -26,7 +26,7 @@ $ git submodule update
7. Build x64/Release.
1. The build configuration is in the top. By default it's probably Debug/x64.
2. To build: ctrl+shift+B
- 3. If you saw an error in 3.1, rerun Libraries/fetch.ps1.
+ 3. If you saw an error in 7.1, rerun Libraries/fetch.ps1.
8. Open GUI/GUI.sln with Visual Studio 2022.
9. Build x64/Release.
10. Run package.ps1 from powershell.