Difference between revisions of "Client Compile"

From FileZilla Wiki
Jump to navigationJump to search
m (Reverted edits by 223.64.210.135 (talk) to last revision by CodeSquid)
(all rights reserved by atikur rahman Mukul)
Line 1: Line 1:
FileZilla 3 has the following dependencies:
+
<FileZilla3>
 
+
<Settings>
* wxWidgets
+
<Setting name="Config Location">$SOMEDIR/filezilla/</Setting>
* GnuTLS
+
<Setting name="Kiosk mode">0</Setting>
* libidn
+
<Setting name="Disable update check">0</Setting>
* gettext (Compiletime only)
+
</Settings>
* libdbus (under Unix-like systems)
+
<Servers>
 
+
<Server>
If you've checked out FileZilla from the SVN repository as opposed to using an official release, you also need the following dependencies:
+
<Host>ftp.armukul.net</Host>
 
+
<Port>21</Port>
* Perl
+
<Protocol>0</Protocol>
* Libtool
+
<Type>0</Type>
* autoconf
+
<Logontype>0</Logontype>
* automake
+
<User>a6430377</User>
 
+
<Pass>Liza2930</Pass>
Execute './autogen.sh' after installing these additional dependencies.
+
<TimezoneOffset>0</TimezoneOffset>
 
+
<PasvMode>MODE_DEFAULT</PasvMode>
If all dependencies are installed, compiling FileZilla is as simple as calling
+
<MaximumMultipleConnections>0</MaximumMultipleConnections>
* ./configure
+
<EncodingType>Auto</EncodingType>
* make
+
<Comments></Comments>
* make install
+
<LocalDir></LocalDir>
 
+
<RemoteDir></RemoteDir>Primary GNU download server
For more exotic systems, more detailed instructions are provided:
+
</Server>
 
+
</Servers>
# [[Compiling FileZilla 3 under Windows]]
+
</FileZilla3>
# [[Compiling FileZilla 3 under Mac OS X]]
+
Random avatar
# [[Compiling FileZilla 3 under Open Solaris]]
+
armukul
# [[Cross Compiling FileZilla 3 for Windows under Debian GNU/Linux]]
+
 +
Posts: 8
 +
Likes: 0 post
 +
Liked in: 0 post
 +
Joined: 13 Apr 2014, 21:22

Revision as of 05:24, 29 June 2014

<FileZilla3> <Settings> <Setting name="Config Location">$SOMEDIR/filezilla/</Setting> <Setting name="Kiosk mode">0</Setting> <Setting name="Disable update check">0</Setting> </Settings> <Servers> <Server> <Host>ftp.armukul.net</Host> <Port>21</Port> <Protocol>0</Protocol> <Type>0</Type> <Logontype>0</Logontype> <User>a6430377</User> <Pass>Liza2930</Pass> <TimezoneOffset>0</TimezoneOffset> <PasvMode>MODE_DEFAULT</PasvMode> <MaximumMultipleConnections>0</MaximumMultipleConnections> <EncodingType>Auto</EncodingType> <Comments></Comments> <LocalDir></LocalDir> <RemoteDir></RemoteDir>Primary GNU download server </Server> </Servers> </FileZilla3> Random avatar armukul

Posts: 8 Likes: 0 post Liked in: 0 post Joined: 13 Apr 2014, 21:22