Difference between revisions of "Client Compile"

From FileZilla Wiki
Jump to navigationJump to search
m (Reverted edit of 1164619231, changed back to last version by CodeSquid)
m (Wikified (I can't stand HTML in wikis ;-) ))
Line 1: Line 1:
 
'''NOTE:''' This is outdated information, you will have to check the forums for further instructions.<br>
 
'''NOTE:''' This is outdated information, you will have to check the forums for further instructions.<br>
 
 
== 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++ 7.1'''
<ul>
+
*'''MS Platform SDK'''
<li>'''MS Visual C++ 7.1'''</li>
+
:Download latest from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
<li>'''MS Platform SDK'''<br>Download latest from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</li>
+
*'''MS HTML Help Workshop'''
<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):
 
+
:Under Show directories for choose Include files, click on New and type C:\Program Files\HTML Help Workshop\include
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>
+
: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
Under Show directories for choose Include files, click on New and type
+
:Close DevStudio and restart to save the changes.
C:\Program Files\HTML Help Workshop\include <br>
+
*'''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".
Under Show directories for choose Library files, click on New and type
+
*'''Extra libraties needed for compiling'''
C:\Program Files\HTML Help Workshop\lib <br>
+
:*'''Zlib'''
 
+
::GNU Zlib library for win32
Under Show directories for choose Executable files, click on New and type
+
:*'''IDNA'''
C:\Program Files\HTML Help Workshop <br>
+
::Internation Domain Names for Applications
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".
 
</li>
 
 
 
<li>'''Extra libraties needed for compiling'''<br/>
 
 
 
'''Zlib'''<br/>
 
 
 
GNU Zlib library for win32<br/>
 
 
 
'''IDNA'''<br/>
 
 
 
Internation Domain Names for Applications<br/>
 
 
 
</li>
 
</ul>
 

Revision as of 00:23, 7 December 2006

NOTE: This is outdated information, you will have to check the forums for further instructions.

Compiling FileZilla

To compile FileZilla, you need the following programs and tools:

  • MS Visual C++ 7.1
  • 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".
  • Extra libraties needed for compiling
  • Zlib
GNU Zlib library for win32
  • IDNA
Internation Domain Names for Applications