summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2017-11-17 17:54:06 +0000
committerJoão Reis <reis@janeasystems.com>2017-11-28 23:11:15 +0000
commit04566d3698fac6c6afc7896619c92cc2e05d1440 (patch)
treef30b2d1189c974ed4a97a81307a6297604728df1 /BUILDING.md
parent41c45fd6d2fbd6c2bf6fcfe8fd8894031503e169 (diff)
downloadandroid-node-v8-04566d3698fac6c6afc7896619c92cc2e05d1440.tar.gz
android-node-v8-04566d3698fac6c6afc7896619c92cc2e05d1440.tar.bz2
android-node-v8-04566d3698fac6c6afc7896619c92cc2e05d1440.zip
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 cd819b4b47..e6d575f827 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.