add instructions regarding build of setup.exe

This commit is contained in:
Birch-san 2018-06-15 16:44:54 +01:00
parent e10a4678f0
commit 51e36413eb
No known key found for this signature in database
GPG Key ID: 726D53FF6A26AB9D

View File

@ -179,6 +179,16 @@ JUCE should be installed to C:\\Juce
10) With Projucer, open juicysfplugin/juicysfplugin.jucer
11) Register MergeMod.dll
https://stackoverflow.com/questions/42624572/unrecoverable-build-error-whilst-trying-to-build-setup-on-vs2015
If you encounter "Unrecoverable build error" when building juicysfplugin's setup.exe installer, you need to open an administrator prompt and register MergeMod.dll:
```bash
regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\MSI Tools\MergeMod.dll"
```
10) Install LLVM