mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 18:58:02 -05:00
Doc: add a statement on adding NSIS to system path in build instructions
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1919 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
8cd560477a
commit
354163dae4
@ -41,14 +41,20 @@
|
||||
http://davmail.svn.sourceforge.net/viewvc/davmail/trunk
|
||||
</a>
|
||||
</li>
|
||||
<li>Additional step on Windows: Download and install NSIS from
|
||||
<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>.
|
||||
Then get KillProcess plugin from
|
||||
<a href="http://www.esanu.name/software/index.php/nsis-kill-process/">
|
||||
http://www.esanu.name/software/index.php/nsis-kill-process/
|
||||
</a>
|
||||
or the nsis directory in DavMail source. Copy the processwork.dll
|
||||
library to NSIS plugin directory.
|
||||
<li>Additional steps on Windows:
|
||||
<ul>
|
||||
<li>Download and install NSIS from
|
||||
<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>
|
||||
</li>
|
||||
<li>Make sure NSIS install path (C:\Program Files\NSIS) is available in system path</li>
|
||||
<li>Then get KillProcess plugin from
|
||||
<a href="http://www.esanu.name/software/index.php/nsis-kill-process/">
|
||||
http://www.esanu.name/software/index.php/nsis-kill-process/
|
||||
</a>
|
||||
or the nsis directory in DavMail source.
|
||||
</li>
|
||||
<li>Copy the processwork.dll library to NSIS plugin directory.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Go into davmail directory root directory (which contains the build.xml file) and
|
||||
type:
|
||||
|
Loading…
Reference in New Issue
Block a user