From 40814e5dd8d78dfec77e4ba71087b55330dd6e8a Mon Sep 17 00:00:00 2001 From: ibreaksourcecode <76564225+javafixer@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:53:48 +0100 Subject: [PATCH] Preperation steps idk if it didnt send --- COMPILE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/COMPILE.md b/COMPILE.md index b62c95754..0dcb79dbf 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -1,5 +1,11 @@ # Compile Instructions - +# Compile Instructions +## Preperation +1. Download D3D11SDKLayers.dll on place it in system32 +2. Install the Windows 10 sdk on the +offical microsoft website +`https://learn.microsoft.com/en-us/windows/apps/windows-sdk/downloads` +3. Open powershell and type the following command `DISM /Online /Add-Capability /CapabilityName:Tools.Graphics.DirectX~~~~0.0.1.0` ## Visual Studio (`.sln`) 1. Open `MinecraftConsoles.sln` in Visual Studio 2022.