From 5508991178591ba257464a7d38f197f7ee0733a8 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 2 Mar 2016 18:33:03 +0100 Subject: [PATCH] Update Windows installer instructions The Build folder only contains object files, not binaries. The 32-bit installer isn't useful since Dolphin doesn't support 32-bit anymore. --- Readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 4adabbbe5e..d0a0e9ff80 100644 --- a/Readme.md +++ b/Readme.md @@ -39,11 +39,10 @@ Visual Studio 2015 is a hard requirement. Other compilers might be able to build Dolphin on Windows but have not been tested and are not recommended to be used. -An installer can be created by using the `Installer_win32.nsi` and -`Installer_x64.nsi` scripts in the Installer directory. This will require the -Nullsoft Scriptable Install System (NSIS) to be installed. Creating an -installer is not necessary to run Dolphin since the Build directory contains -a working Dolphin distribution. +An installer can be created by using the `Installer_x64.nsi` script in the +Installer directory. This will require the Nullsoft Scriptable Install System +(NSIS) to be installed. Creating an installer is not necessary to run Dolphin +since the Binary directory contains a working Dolphin distribution. ## Building for Linux and OS X Dolphin requires [CMake](http://www.cmake.org/) for systems other than Windows. Many libraries are