Skip to content

Commit 3899ee2

Browse files
committed
Merge branch 'master' of https://github.com/djeedjay/DebugViewPP
2 parents 5bff481 + 332c352 commit 3899ee2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,12 @@ How to build
228228
This project has a special configuration:
229229
- 32bit debug/release configurations are targeted to v140_XP, SDK v7.0 (windows XP SP3 and up)
230230
- 64bit debug/release configurations are targeted to v141, SDK v8.1 (runs on windows 7 and up)
231+
- only the release configurations also build the Wix installer
231232

232233
The projects are configured to use Nuget to get there dependencies (boost and WTL)
233-
This means that after cloning the GIT repository:
234+
However, to build the installer you have to install [Wix Toolset manually](http://wixtoolset.org/)
235+
236+
## cloning the GIT repository:
234237

235238
```
236239
git clone --recurse-submodules https://github.com/CobaltFusion/DebugViewPP.git

0 commit comments

Comments
 (0)