File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,12 @@ How to build
228
228
This project has a special configuration:
229
229
- 32bit debug/release configurations are targeted to v140_XP, SDK v7.0 (windows XP SP3 and up)
230
230
- 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
231
232
232
233
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:
234
237
235
238
```
236
239
git clone --recurse-submodules https://github.com/CobaltFusion/DebugViewPP.git
You can’t perform that action at this time.
0 commit comments