From 16ce2bb119c8e6f6d1e48eaa40fb468adc736528 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 15 Dec 2022 20:54:19 -0800 Subject: 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. --- ~GUI/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ~GUI/README.md (limited to '~GUI/README.md') 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. + -- cgit v1.2.3