Skip to content

Commit

Permalink
Merge pull request #3698 from JosJuice/windows-installer-instructions
Browse files Browse the repository at this point in the history
Update Windows installer instructions
  • Loading branch information
lioncash committed Mar 2, 2016
2 parents c2802f9 + 5508991 commit c513a3b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c513a3b

Please sign in to comment.