diff options
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 f5d4f55a47..a4d575b654 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. |