Difference between revisions of "Compiling FileZilla 3 and Getting Dependencies on Linux"

From FileZilla Wiki
Jump to navigationJump to search
(Basic instructions for building and getting dependencies. More step-by-step than old compile guide.)
 
m (Jek584 moved page Compiling and Getting Dependencies on Linux to Compiling FileZilla 3 and Getting Dependencies on Linux: Keep naming standard with other compiling guides)
(No difference)

Revision as of 08:17, 10 December 2014

This script is intended for use on a clean Linux distribution such as Ubuntu, Linux Mint, etc by a beginner who is unfamiliar with resolving dependencies.

Step-By-Step guide on how to use this script:

  1. Create a file called fzscript.sh in the directory where you wish to build Filezilla
  2. Copy the below script into the file, save and exit.
  3. Ensure fzscript.sh has permission to run
  4. Open terminal and change the current working directory to the location of fzscript.sh
  5. run this command: "sudo ./fzscript.sh"

The expected running time can be anywhere from 10 minutes to hours depending on computer speed and internet connection speed.

The script is publicly available at the pastebin link: http://pastebin.com/6r0dB43d