From 2389d91e9cd3432ae9e05d730a77b39d6c64d3eb Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 20 Jan 2018 18:12:22 -0700 Subject: [PATCH] #117 removed the extra cmake steps --- Building-for-Windows.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 0f289da..7af0486 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -41,11 +41,6 @@ NOTE: yuzu by default downloads to C:\Users\\yuzu ![12](http://i.imgur.com/RvVcyCP.jpg) -* When CMake gives you an error, find the YUZU_USE_BUNDLED_SDL2 and YUZU_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries. - -![13](https://i.imgur.com/BX3Ek4h.png) -![14](https://i.imgur.com/K2E8y8s.png) - * NOTE: If you used GitHub's own app to clone, run `git submodule update --init --recursive` to get the remaining dependencies. * Click "Generate" to create the project files.