Client Compile: Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
No edit summary |
(Layout changes) |
||
Line 1: | Line 1: | ||
(Outdated information) | (Outdated information) | ||
Compiling FileZilla | == Compiling FileZilla == | ||
To compile FileZilla, you need the following programs and tools: | To compile FileZilla, you need the following programs and tools: | ||
MS Visual C++ 6 | <ul> | ||
<li>'''MS Visual C++ 6'''</li> | |||
<li>'''MS Platform SDK'''<br>Download latest from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</li> | |||
<li>'''MS HTML Help Workshop'''<br> | |||
You can download the latest version of HTML Help Workshop from the Microsoft Website. After installing, you should prepare DevStudio: Go to Tools, Options, Directories, then (assuming that you've installed HTML Help Workshop to C:\Program Files\HTML Help Workshop):<br> | |||
You can download the latest version of HTML Help Workshop from the Microsoft Website. After installing, you should prepare DevStudio: Go to Tools, Options, Directories, then (assuming that you've installed HTML Help Workshop to C:\Program Files\HTML Help Workshop): | |||
Under Show directories for choose Include files, click on New and type | Under Show directories for choose Include files, click on New and type | ||
C:\Program Files\HTML Help Workshop\include | C:\Program Files\HTML Help Workshop\include <br> | ||
Under Show directories for choose Library files, click on New and type | Under Show directories for choose Library files, click on New and type | ||
C:\Program Files\HTML Help Workshop\lib | C:\Program Files\HTML Help Workshop\lib <br> | ||
Under Show directories for choose Executable files, click on New and type | Under Show directories for choose Executable files, click on New and type | ||
C:\Program Files\HTML Help Workshop | C:\Program Files\HTML Help Workshop <br> | ||
Close DevStudio and restart to save the changes. | Close DevStudio and restart to save the changes. </li> | ||
<li>'''NSIS'''<br> | |||
To compile the install script, you have to download and install NSIS. After installing NSIS, right-click the file FileZilla.nsi in the Explorer and choose "Compile NSI". | To compile the install script, you have to download and install NSIS. After installing NSIS, right-click the file FileZilla.nsi in the Explorer and choose "Compile NSI". | ||
</li> | |||
</ul> |
Revision as of 14:26, 7 October 2006
(Outdated information)
Compiling FileZilla
To compile FileZilla, you need the following programs and tools:
- MS Visual C++ 6
- MS Platform SDK
Download latest from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ - MS HTML Help Workshop
You can download the latest version of HTML Help Workshop from the Microsoft Website. After installing, you should prepare DevStudio: Go to Tools, Options, Directories, then (assuming that you've installed HTML Help Workshop to C:\Program Files\HTML Help Workshop):
Under Show directories for choose Include files, click on New and type C:\Program Files\HTML Help Workshop\include
Under Show directories for choose Library files, click on New and type C:\Program Files\HTML Help Workshop\lib
Under Show directories for choose Executable files, click on New and type C:\Program Files\HTML Help Workshop
Close DevStudio and restart to save the changes. - NSIS
To compile the install script, you have to download and install NSIS. After installing NSIS, right-click the file FileZilla.nsi in the Explorer and choose "Compile NSI".