blob: 547ebdfbe12b26f245b65dc4e30f56c26bb500e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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:
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
5. Optionally run cleanup.bat if you want to delete all the temporary files and build folders
|