diff options
| author | crt <crt@teleco.ch> | 2025-12-14 01:18:58 +0100 |
|---|---|---|
| committer | crt <crt@teleco.ch> | 2025-12-14 01:18:58 +0100 |
| commit | fa1a1b0defce45e1a015a586e36883e8b523367c (patch) | |
| tree | c4108a3f330eaf1d7e5a0d4f8e95084d7f8bebfd | |
| parent | a3ed430f2545906b89a366f31c73e4c22c49558c (diff) | |
wsl
| -rw-r--r-- | WINDOWS.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
