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:
  1. sudo apt-get install gettext
  2. sudo apt-get install autoconf
  3. sudo apt-get install automake
  4. sudo apt-get install libdbus-c++-dev
  5. sudo apt-get install libperl-dev
  6. sudo apt-get install libtool
  7. sudo apt-get install libgtk2.0-dev
  8. sudo apt-get install libsqlite3-dev
  9. sudo apt-get install libtinyxml-dev
  10. 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

Yorumlar