aboutsummaryrefslogtreecommitdiff
path: root/WINDOWS.md
diff options
context:
space:
mode:
authorcrt <crt@teleco.ch>2025-12-14 01:18:58 +0100
committercrt <crt@teleco.ch>2025-12-14 01:18:58 +0100
commitfa1a1b0defce45e1a015a586e36883e8b523367c (patch)
treec4108a3f330eaf1d7e5a0d4f8e95084d7f8bebfd /WINDOWS.md
parenta3ed430f2545906b89a366f31c73e4c22c49558c (diff)
wsl
Diffstat (limited to 'WINDOWS.md')
-rw-r--r--WINDOWS.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/WINDOWS.md b/WINDOWS.md
index 6ea2e3f..a1feb96 100644
--- a/WINDOWS.md
+++ b/WINDOWS.md
@@ -11,11 +11,15 @@ install these tools (download from official websites, winget is unreliable):
- download from: https://podman-desktop.io/downloads
- includes podman CLI and WSL2 machine
- after install, open Podman Desktop and initialize the machine
+ - you will have to enable wsl and virtual machine platform run the following in an admin cmd window :
+ `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart`
+ `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart`
+ - then reboot your computer and continue with podman initial setup
2. **Rust & Cargo** (for building binaries)
- download rustup from: https://rustup.rs/
- - run the installer and follow prompts
- - open Visual Studio Installer via Windows menu
+ - run the installer and follow prompts and install the basic visual studio (not vs code) stuff and complete the rust setup in the cmd window
+ - after cmd rust stuff is installed open Visual Studio Installer via Windows menu
- select modify
- make sure "Desktop Developement with C++" and "Linux, Mac, and Embedded Developement with C++" are checked
- press the modify button with windows shield of deceipt