summaryrefslogtreecommitdiffstats
path: root/~GUI/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-15 20:54:19 -0800
committeryum <yum.food.vr@gmail.com>2022-12-15 20:54:19 -0800
commit16ce2bb119c8e6f6d1e48eaa40fb468adc736528 (patch)
treee7c76629891a4601955893fbdaf64d80b87f884e /~GUI/README.md
parent8326dee0bf01956b450858212cbdba3403b32b0d (diff)
Add GUI hello world
Literally just the wxWidgets hello world. ~GUI is named that way to prevent Unity from generating .meta files. Build instructions in ~GUI/README.md.
Diffstat (limited to '~GUI/README.md')
-rw-r--r--~GUI/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/~GUI/README.md b/~GUI/README.md
new file mode 100644
index 0000000..5d60af3
--- /dev/null
+++ b/~GUI/README.md
@@ -0,0 +1,10 @@
+## Build instructions
+
+0. Open WSL.
+1. Execute Libraries/fetch.sh.
+2. Install Visual Studio 2022.
+3. Open Libraries/wx/build/msw/wx_vc17.sln with Visual Studio 2022.
+4. Build x64/Release.
+5. Open GUI/GUI.sln with Visual Studio 2022.
+6. Build x64/Release.
+