[[Linux/KNOPPIX 6.7.1 を HDD にインストール]]
-------------------------
Installation instructions
-------------------------

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

FileZilla depends on the following libraries:
- wxWidgets 2.8.12 or greater
- libidn
- GnuTLS 2.8.3 or greater
- libdbus on *nix
- sqlite3 3.7 or greater

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 configure.in or any of the
  Makefile.am files
- CppUnit if 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 the project's Subversion repository,
execute ./autogen.sh first to generate configure. This step is
not necessary for source distributions.

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

mkdir compile
cd compile
../configure
make
make install



トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS