summaryrefslogtreecommitdiffstats
path: root/GUI/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-02-22 18:40:09 -0800
committeryum <yum.food.vr@gmail.com>2023-02-22 21:54:27 -0800
commit4840ab9beb831ec68887a5199fbb50ae6932f498 (patch)
treeef8bde6f4da7b051c0336dd83977829ea06d5fee /GUI/README.md
parentd701f80119ecb51366a45f429ec7006926527a40 (diff)
Checkpoint: begin work reimplementing processes
It appears that you cannot spawn a wxProcess from an independent thread of execution. I imagine they're supposed to be spawned from the main thread. Fuck that, I'm going to try to use the raw WIN32 API to spawn helper processes, and do it from arbitrary thread context. * Log() now delegates to a queue which the main thread periodically drains. * Log() now writes to a file. * WhisperCPP thread is now done with std::async. * Default chars per sync is now 8 * oatpp: Promising web framework.
Diffstat (limited to 'GUI/README.md')
-rw-r--r--GUI/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI/README.md b/GUI/README.md
index d2fa999..ea28124 100644
--- a/GUI/README.md
+++ b/GUI/README.md
@@ -1,6 +1,6 @@
## Build instructions
-0. Install build dependencies: git, python3, Visual Studio 2022
+0. Install build dependencies: cmake, git, python3, Visual Studio 2022
1. Open Powershell.
2. Make sure you've downloaded submodules:
```