Editing Client Compile
From FileZilla Wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
FileZilla 3 has the following dependencies: | FileZilla 3 has the following dependencies: | ||
* wxWidgets | * wxWidgets | ||
* GnuTLS | * GnuTLS | ||
* libidn | * libidn | ||
* gettext (Compiletime only) | * gettext (Compiletime only) | ||
* libdbus (under Unix-like systems) | * libdbus (under Unix-like systems) | ||
If | If these dependencies are installed, compiling FileZilla is as simple as calling | ||
* ./configure | * ./configure | ||
* make | * make | ||
* make install | * make install | ||
For more exotic systems, more detailed instructions are provided: | For more exotic systems, more detailed instructions are provided: | ||
Line 28: | Line 16: | ||
# [[Compiling FileZilla 3 under Windows]] | # [[Compiling FileZilla 3 under Windows]] | ||
# [[Compiling FileZilla 3 under Mac OS X]] | # [[Compiling FileZilla 3 under Mac OS X]] | ||
# [[Compiling FileZilla 3 under Open Solaris]] | |||
# [[Cross Compiling FileZilla 3 for Windows under Debian GNU/Linux]] | # [[Cross Compiling FileZilla 3 for Windows under Debian GNU/Linux]] | ||