File: INSTALL

package info (click to toggle)
filezilla 3.0.0~beta2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,516 kB
  • ctags: 6,577
  • sloc: cpp: 35,379; ansic: 30,783; sh: 10,721; makefile: 444; xml: 16
file content (38 lines) | stat: -rw-r--r-- 866 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-------------------------
Installation instructions
-------------------------

1. Requirements
---------------

FileZilla depends on the following libraries:
- wxWidgets 2.6.3 or greater
- libidn

To compile FileZilla 3, the following tools need to be installed:
- GCC
- GNU make
- GNU gettext

Optional tools:
- recent automake, autoconf if you plan to change Makefile.am
- CppUnit f you want to run the tests
- NSIS if you want to create the Windows installer

If crosscompiling, a native wxrc tool, which is part of wxWidgets, has to
exist or compilation will fail

2. Compilation
--------------

If using source from CVS, execute ./autogen.sh first to generate
configure. This step is not necessary for souce distributions.

Assuming you are in the top source directory, execute the following commands:

mkdir compile
cd compile
../configure
make
make install