Difference between revisions of "Client Compile"

From FileZilla Wiki
Jump to navigationJump to search
m (added mac os x compiling page link)
m (fixed page link for os x compile page)
Line 11: Line 11:
 
* make install
 
* make install
  
For more exotic systems, more detailed instructions are provided: [[Compiling FileZilla 3 under Windows]] and [[Compiling FileZilla 3 under MacOSX]]
+
For more exotic systems, more detailed instructions are provided: [[Compiling FileZilla 3 under Windows]] and [[Compiling FileZilla 3 under Mac OS X]]

Revision as of 01:32, 31 December 2008

FileZilla 3 has the following dependencies:

  • wxWidgets
  • GnuTLS
  • libidn
  • gettext (Compiletime only)

If these dependencies are installed, compiling FileZilla is a simple as calling

  • ./configure
  • make
  • make install

For more exotic systems, more detailed instructions are provided: Compiling FileZilla 3 under Windows and Compiling FileZilla 3 under Mac OS X