Compiling FileZilla 3 and Getting Dependencies on Linux
Linux libraries are not always up-to-date, follow this step-by-step guide to compile and install Filezilla Client.
Run the following commands from the Linux terminal:
sudo apt-get install gettext
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libdbus-c++-dev
sudo apt-get install libperl-dev
sudo apt-get install libtool
sudo apt-get install libgtk2.0-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install libtinyxml-dev
sudo apt-get install libdbus-1-dev
To install the following dependencies, download the specified version or most recent if not specified, extract the downloaded files, navigate to the directory in the terminal and execute the commands:
sudo ./configure
sudo make
sudo make install