Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2017-11-17 20:54:06 +0300
committerJoão Reis <reis@janeasystems.com>2017-11-29 02:11:15 +0300
commit04566d3698fac6c6afc7896619c92cc2e05d1440 (patch)
treef30b2d1189c974ed4a97a81307a6297604728df1 /BUILDING.md
parent41c45fd6d2fbd6c2bf6fcfe8fd8894031503e169 (diff)
build,win,msi: support WiX with VS2017
PR-URL: https://github.com/nodejs/node/pull/17101 Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index cd819b4b477..e6d575f8273 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -209,6 +209,8 @@ Prerequisites:
* Basic Unix tools required for some tests,
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
and tools which can be included in the global `PATH`.
+* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
+ and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
If the path to your build directory contains a space, the build will likely fail.