diff options
author | Razzeee <razzeee@gmail.com> | 2017-07-04 16:33:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 16:33:23 +0200 |
commit | 232bf2aacd72acf1f28cf80e3b97a05c22794476 (patch) | |
tree | fb456830e5a0c42c79891a05f71c9b43f8752f4d /cmake/README.md | |
parent | 71a68188b7706070549c73cb56558bd5c2a925cf (diff) |
Added installer generation info for new x64 windows builds
Diffstat (limited to 'cmake/README.md')
-rw-r--r-- | cmake/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/README.md b/cmake/README.md index ea001cd4ed..81c0517f7c 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -129,8 +129,8 @@ You can always check ``cmake --help` to see which generators are available and h #### Windows installer generation -The script [project/Win32BuildSetup](https://github.com/xbmc/xbmc/blob/master/project/Win32BuildSetup/BuildSetup.bat) -builds an installable package for Windows. +The script [project/Win32BuildSetup](https://github.com/xbmc/xbmc/blob/master/tools/buildsteps/windows/win32/BuildSetup.bat) or [project/Win64BuildSetup](https://github.com/xbmc/xbmc/blob/master/tools/buildsteps/windows/x64/BuildSetup.bat) +builds an installable package for Windows. Choose either 32bit or 64bit, depending on what your trying to build. ### Windows with NMake Makefiles |