Difference between revisions of "Client Compile"

From FileZilla Wiki
Jump to navigationJump to search
(all rights reserved by atikur rahman Mukul)
(Undo revision 28774 by 5.108.78.90 (talk) Reverting vandalism.)
Line 1: Line 1:
<FileZilla3>
+
FileZilla 3 has the following dependencies:
<Settings>
+
 
<Setting name="Config Location">$SOMEDIR/filezilla/</Setting>
+
* wxWidgets
<Setting name="Kiosk mode">0</Setting>
+
* GnuTLS
<Setting name="Disable update check">0</Setting>
+
* libidn
</Settings>
+
* gettext (Compiletime only)
<Servers>
+
* libdbus (under Unix-like systems)
<Server>
+
 
<Host>ftp.armukul.net</Host>
+
If you've checked out FileZilla from the SVN repository as opposed to using an official release, you also need the following dependencies:
<Port>21</Port>
+
 
<Protocol>0</Protocol>
+
* Perl
<Type>0</Type>
+
* Libtool
<Logontype>0</Logontype>
+
* autoconf
<User>a6430377</User>
+
* automake
<Pass>Liza2930</Pass>
+
 
<TimezoneOffset>0</TimezoneOffset>
+
Execute './autogen.sh' after installing these additional dependencies.
<PasvMode>MODE_DEFAULT</PasvMode>
+
 
<MaximumMultipleConnections>0</MaximumMultipleConnections>
+
If all dependencies are installed, compiling FileZilla is as simple as calling
<EncodingType>Auto</EncodingType>
+
* ./configure
<Comments></Comments>
+
* make
<LocalDir></LocalDir>
+
* make install
<RemoteDir></RemoteDir>Primary GNU download server
+
 
</Server>
+
For more exotic systems, more detailed instructions are provided:
</Servers>
+
 
</FileZilla3>
+
# [[Compiling FileZilla 3 under Windows]]
Random avatar
+
# [[Compiling FileZilla 3 under Mac OS X]]
armukul
+
# [[Compiling FileZilla 3 under Open Solaris]]
+
# [[Cross Compiling FileZilla 3 for Windows under Debian GNU/Linux]]
Posts: 8
 
Likes: 0 post
 
Liked in: 0 post
 
Joined: 13 Apr 2014, 21:22
 

Revision as of 01:43, 11 July 2014

FileZilla 3 has the following dependencies:

  • wxWidgets
  • GnuTLS
  • libidn
  • gettext (Compiletime only)
  • libdbus (under Unix-like systems)

If you've checked out FileZilla from the SVN repository as opposed to using an official release, you also need the following dependencies:

  • Perl
  • Libtool
  • autoconf
  • automake

Execute './autogen.sh' after installing these additional dependencies.

If all dependencies are installed, compiling FileZilla is as simple as calling

  • ./configure
  • make
  • make install

For more exotic systems, more detailed instructions are provided:

  1. Compiling FileZilla 3 under Windows
  2. Compiling FileZilla 3 under Mac OS X
  3. Compiling FileZilla 3 under Open Solaris
  4. Cross Compiling FileZilla 3 for Windows under Debian GNU/Linux