Difference between revisions of "Client Compile"

From FileZilla Wiki
Jump to navigationJump to search
(Note that the page title says "Compile", not "Install")
m (added mac os x compiling page link)
Line 11: Line 11:
 
* make install
 
* make install
  
For more exotic systems, more detailed instructions are provided: [[Compiling FileZilla 3 under Windows]]
+
For more exotic systems, more detailed instructions are provided: [[Compiling FileZilla 3 under Windows]] and [[Compiling FileZilla 3 under MacOSX]]

Revision as of 01:30, 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 MacOSX