From 1122954fea161cf40c104778c06b83dbc9c47880 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 21 Dec 2022 15:33:17 -0800 Subject: GUI: Add better logging interface Create printf-like interface for writing to wxTextCtrl objects. Also mask out PII. I wanted a way to not dox myself when recording demos, but I wound up making a second user on my PC to serve the same purpose. Maybe I'll delete the code later idk. --- GUI/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'GUI/README.md') diff --git a/GUI/README.md b/GUI/README.md index 079474d..f8cc3a1 100644 --- a/GUI/README.md +++ b/GUI/README.md @@ -1,10 +1,16 @@ ## Build instructions 0. Open Powershell. -1. Execute Libraries/fetch.ps1. -2. Install Visual Studio 2022. +1. Make sure you've downloaded submodules: +``` +$ git submodule init +$ git submodule update +``` +2. Execute Libraries/fetch.ps1. 3. Open Libraries/wx/build/msw/wx\_vc17.sln with Visual Studio 2022. 4. Build x64/Release. + 1. The build configuration is in the top. By default it's probably Debug/x64. + 2. To build: ctrl+shift+B 5. Open GUI/GUI.sln with Visual Studio 2022. 6. Build x64/Release. 7. Run package.ps1 from powershell. -- cgit v1.2.3