Compiling FileZilla 3 under MacOSX
From FileZilla Wiki
Jump to navigationJump to search
Paul siger:In general it goes soihetmng like this:go to sourceforge.netpick a packagedownload the sourceextract the source (gunzip package.tar.gz ; tar xf package.tar)in the unpacked source directory:$ ./configure$ make$ sudo make install