From 311e97bd7795ec905cda566d3e18a216372d99dc Mon Sep 17 00:00:00 2001 From: mschiller890 Date: Tue, 10 Mar 2026 20:40:41 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ffd1e..6420321 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,15 @@ mkdir build && cd build cmake .. -B . make -j4 ``` +## Visual Studio + +1. Open the repository folder in **Visual Studio**. +2. Visual Studio will automatically detect the `CMakeLists.txt` file and generate the project configuration. +3. Set **MinecraftPE** as the **startup project**. +4. Press **Run** (or F5) to build and launch the game. ## Android -Download r14b Android NDK and run `build.ps1`: - +Download [r14b Android NDK](http://dl.google.com/android/repository/android-ndk-r14b-windows-x86_64.zip) and run `build.ps1`: ``` # Full build (NDK + Java + APK + install) C:\apkbuild\build.ps1