diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2010-08-16 20:51:58 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-18 14:01:18 -0500 |
commit | 9bc0c4193831c82ec243d692929a7a6b54d5b7d8 (patch) | |
tree | d27def98bb537192ba34e6dd7ceb0758bce98c1f /network/filezilla/README | |
parent | 27f192616fa3814b3d284d07cf94901e60b58a1a (diff) |
network/filezilla: Updated for version 3.3.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/filezilla/README')
-rw-r--r-- | network/filezilla/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/network/filezilla/README b/network/filezilla/README index f5d4f55a4777..a4d575b6546d 100644 --- a/network/filezilla/README +++ b/network/filezilla/README @@ -2,9 +2,8 @@ FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. -FileZilla requires wxGTK or wxPython as core dependencies and tinyxml as -optional package or it can use builtin package +This requires either wxGTK or wxPython. -In case you don't have tinyxml requirement, you can use builtin package by -passing variables to the script (VAR=yes/no ./filezilla.SlackBuild): -TINYXML=yes|no (default: no), requires tinyxml
\ No newline at end of file +tinyxml is an optional dependency - to use an installed version of tinyxml, +run the script as "TINYXML=yes ./filezilla.SlackBuild" - otherwise, the +build will use an included copy of tinyxml. |