diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 11:24:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 11:24:09 +0000 |
commit | 93bd92b6468356ea844cb1a3d7bb257b71c8c6bf (patch) | |
tree | 766a1d1bdeaa6cbe559fd82cdd95d6869b1564b7 /tools/installer_ng/readme.txt | |
parent | a21b660494bb9681db048957cd278a4ef2bd06cd (diff) |
Installer: fully automatic, no need to install any tools
git-svn-id: http://svn.miranda-ng.org/main/trunk@5992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/readme.txt')
-rw-r--r-- | tools/installer_ng/readme.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/installer_ng/readme.txt b/tools/installer_ng/readme.txt index fa9cf2eacc..62dbf0e674 100644 --- a/tools/installer_ng/readme.txt +++ b/tools/installer_ng/readme.txt @@ -1,11 +1,8 @@ How to compile Miranda NG installer:
-1. Run Tools\getutil.bat and it will download the needed tools to 'Tools' 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_all.bat (will download, compile and cleanup all) or make_interactive.bat for user interactive mode
+1. Run make_all.bat (will download, compile and cleanup all) or make_interactive.bat for user interactive mode.
-4. Collect the compiled installer files from Output folder
+2. 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 (if make_all.bat didn't do it for you already)
\ No newline at end of file +3. Optionally run cleanup.bat if you want to delete all the temporary files and build folders (if make_all.bat didn't do it for you already).
\ No newline at end of file |