Difference between revisions of "Client Compile"

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

Revision as of 23:46, 22 November 2019

FileZilla 3 has the following dependencies:

  • libfilezilla
  • wxWidgets
  • GnuTLS
  • libidn (under Unix-like systems)
  • 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 autoreconf -i after installing these additional dependencies.

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

  • ./configure
  • make
  • make install

If anything is missing, the configure script will tell you about it.

For more exotic systems, more detailed instructions are provided:

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