blob: 48af61b96cce35c3b75531571dac9fe92d875efd (
plain)
1
2
3
4
5
6
7
8
9
10
|
How to compile Miranda NG installer:
1. Run getutil.bat and it will download the needed tools to 'util' folder, install them or if you want to do it manually:
a. Download and install 7-Zip from - http://www.7-zip.org/ (make sure that you are downloading x64 version if you have 64-bit Windows)
b. Download and install Inno Setup QuickStart Pack unicode from - http://www.jrsoftware.org/download.php/ispack-unicode.exe
3. Run make.bat
4. Collect the compiled installer files from Output folder
|