Go to file
Luca Conte 43d365eef4 introduction done 2025-03-06 02:36:43 +01:00
src introduction done 2025-03-06 02:36:43 +01:00
.gitignore add gitignore 2025-03-05 22:10:38 +01:00
README.md some install instructions 2025-03-05 22:00:55 +01:00
meson.build add logger to meson 2025-03-06 01:30:09 +01:00

README.md

Dependencies Installieren

sudo apt-get update
sudo apt-get install libglfw3 libglfw3-dev
sudo apt-get install libglew-dev

WSL

WSL Updaten

# aktuelle Version anzeigen
wsl -l -v

# Version ändern
wsl --set-version <distro-name> 2

# Updaten
wsl --update

Virtualisierung Aktivieren

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart