From 5f9248dcb7b4ff90b0783ca1160502bdc117961c Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 4 Feb 2026 11:52:50 -0500 Subject: [PATCH 1/2] docs: update dash evo tool installation Include Windows dependency requirements --- docs/user/network/dash-evo-tool/index.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/user/network/dash-evo-tool/index.rst b/docs/user/network/dash-evo-tool/index.rst index 5b82539bb..4e0a2ba2a 100644 --- a/docs/user/network/dash-evo-tool/index.rst +++ b/docs/user/network/dash-evo-tool/index.rst @@ -26,11 +26,19 @@ Linux, MacOS, or Windows packages are available on the `GitHub releases page `__. Download the zip file for your Operating System, then unzip the downloaded file: +* `Mac (Apple Silicon / arm64) `_ +* `Mac (Intel / x86) `_ +* `Linux (x86_64) `_ +* `Linux (arm64) `_ * `Windows `_ -* `Mac (ARM m1-m4) `_ -* `Mac (x86) `_ -* `Linux (x86) `_ -* `Linux (ARM) `_ + +.. tip:: + + If you use the prebuilt Windows binary, make sure the target machine has: + - `Microsoft Visual C++ Redistributable `_ + - OpenGL 2.0 support. If OpenGL 2.0 is not available (or the app fails to start with + OpenGL-related errors), install the `OpenCL, OpenGL, and Vulkan Compatibility Pack + `_ .. _evo-tool-configure: From 55b474bedfc642d46b1ea6b08d2f020a0f82e22e Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 4 Feb 2026 12:01:21 -0500 Subject: [PATCH 2/2] docs: update apple intel description --- docs/user/network/dash-evo-tool/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/network/dash-evo-tool/index.rst b/docs/user/network/dash-evo-tool/index.rst index 4e0a2ba2a..e0ae8613a 100644 --- a/docs/user/network/dash-evo-tool/index.rst +++ b/docs/user/network/dash-evo-tool/index.rst @@ -27,7 +27,7 @@ Linux, MacOS, or Windows packages are available on the `GitHub releases page Operating System, then unzip the downloaded file: * `Mac (Apple Silicon / arm64) `_ -* `Mac (Intel / x86) `_ +* `Mac (Intel / x86_64) `_ * `Linux (x86_64) `_ * `Linux (arm64) `_ * `Windows `_