From 6d8f6f6872c761e817b55c1d375345ef77168c40 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 14 Jun 2023 15:03:37 +0200 Subject: [PATCH] Add missing dependencies to guide --- Building-For-Android.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Building-For-Android.md b/Building-For-Android.md index 34e8bb3..98dab45 100644 --- a/Building-For-Android.md +++ b/Building-For-Android.md @@ -3,6 +3,9 @@ * [Android Studio](https://developer.android.com/studio) * [NDK and CMake](https://developer.android.com/studio/projects/install-ndk#default-version) * [Git](https://git-scm.com/download) +#### Windows - Additional Dependencies + * **[Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer. Make sure to update to the latest version if already installed.** + * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** ### Cloning yuzu with Git ``` git clone --recursive https://github.com/yuzu-emu/yuzu.git @@ -20,4 +23,3 @@ yuzu by default will be cloned into - ### Additional Resources https://developer.android.com/studio/intro - \ No newline at end of file