diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-10 17:59:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:11:30 +0700 |
commit | 169d490f3c0b08511b4cb2a38601bff3d679ac78 (patch) | |
tree | 7be50077350024f01918517b91b114b525180810 /network/uget/README | |
parent | 4b1581f7494ed9f62e2fa3a55276f5d7dcf9a80f (diff) |
network/uget: Updated for version 2.0.1, updated script.
Diffstat (limited to 'network/uget/README')
-rw-r--r-- | network/uget/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/network/uget/README b/network/uget/README index fc4085983b1d..f36f64944bc6 100644 --- a/network/uget/README +++ b/network/uget/README @@ -3,6 +3,12 @@ uGet is a Free and Open Source download manager. It allows for queuing downloads, file type-based classification of downloads, and is lightweight. -Optionally, uget can be compiled with support for the optional -dependency aria2. This is autodetected at build time. You can -forcibly disable aria2 support by passing ARIA2=no to the script. +Optionally, uget can be compiled with support for the optional dependency +aria2. This is autodetected at build time. You can forcibly disable +aria2 support by passing ARIA2=no to the script. + +uGet can also be compiled without support for notifications. To do this, +pass LIBNOTIFY=no to the script. + +If you're upgrading from uGet 1.x, run "uget-gtk-1to2" to convert your +old settings in ~/.config/uGet to the format used by uGet 2.x. |