Merge pull request #3698 from JosJuice/windows-installer-instructions

Update Windows installer instructions
This commit is contained in:
Mathew Maidment 2016-03-02 14:05:09 -05:00
commit c513a3bda5

View File

@ -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 build Dolphin on Windows but have not been tested and are not recommended to
be used. be used.
An installer can be created by using the `Installer_win32.nsi` and An installer can be created by using the `Installer_x64.nsi` script in the
`Installer_x64.nsi` scripts in the Installer directory. This will require the Installer directory. This will require the Nullsoft Scriptable Install System
Nullsoft Scriptable Install System (NSIS) to be installed. Creating an (NSIS) to be installed. Creating an installer is not necessary to run Dolphin
installer is not necessary to run Dolphin since the Build directory contains since the Binary directory contains a working Dolphin distribution.
a working Dolphin distribution.
## Building for Linux and OS X ## Building for Linux and OS X
Dolphin requires [CMake](http://www.cmake.org/) for systems other than Windows. Many libraries are Dolphin requires [CMake](http://www.cmake.org/) for systems other than Windows. Many libraries are