diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-21 15:33:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-21 15:33:17 -0800 |
| commit | 1122954fea161cf40c104778c06b83dbc9c47880 (patch) | |
| tree | d62fe06e4a3bafc928d20041fad292a6e2cec0c6 /GUI/README.md | |
| parent | 29070e5e68a0fef0cf8de2d5e4443bf04c00f340 (diff) | |
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.
Diffstat (limited to 'GUI/README.md')
| -rw-r--r-- | GUI/README.md | 10 |
1 files changed, 8 insertions, 2 deletions
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. |
