Difference between revisions of "Compiling FileZilla 3 under Windows"

From FileZilla Wiki
Jump to navigationJump to search
Line 16: Line 16:
  
 
=Building Filezilla=
 
=Building Filezilla=
 
==Download FileZilla==
 
 
==Building FileZilla==
 
 
==Stripping debug symbols==
 
 
==Building the installer==
 
  
 
= Troubleshooting =
 
= Troubleshooting =

Revision as of 02:15, 12 October 2023

This documentation explains how to setup a build environment for FileZilla 3 and how to compile it under Windows using msys2. Msys2 is a cygwin environment. These instructions require you to run a 64bit Windows.

It will take some time to get everything working, but you will be able to use the build environment for other programs too.

For complete MSYS2 system and all needed dependencies installed, you will need 7GiB free space on your disk.

Note to wiki contributors: Do not change version numbers on your own. The build process is somewhat fragile and does break if you change things

Installing the MSYS2 environment

Installing the compiler toolchain

Building dependencies

Building Filezilla

Troubleshooting