DevFAQNSISDictionaryInstallers
From AbiWiki
(Difference between revisions)
(Importing text file) |
m (Reverted edits by Unotefuca (Talk) to last revision by Maintenance script) |
||
(One intermediate revision not shown) |
Current revision as of 13:18, 27 November 2010
NSIS Dictionary Installers
How do I create the NSIS dictionary installers?
Youll need NSIS >=2.07 installed and the abispell module from CVS. Once you have those prerequisites, just run "makensis.exe DictionaryLanguage.nsi" from abi\src\pkg\win\setup. To create all of the installers, use a simple shell script like the following:
<verbatim> for file in Dictionary*.nsi do makensis.exe $file done </verbatim>