2 clive-utils installation
4 Normally you can do "make install". This will install the scripts
5 in your own ~/bin/ directory. If you want to do a global install,
8 # make prefix=/usr install
10 The manual pages are installed by default, if you do not need them:
12 # make WITH_MAN=no install
14 When you uninstall, be sure to use the same prefix. For example:
16 # make prefix=/usr uninstall
18 Developers may also find the following make target useful:
20 man # generate clive.1 from clive (req. pod2man)
23 clive-utils prerequisites
38 Optional (some features will be disabled without them):
40 - Tk::FontDialog # GUI: Edit / Preferences (change font)
42 Note that you can install these modules from CPAN, typically (as root):
44 # cpan install $modulename
46 Many distros have made the above modules available as packages.
49 Getting started with clive utilities
53 % clivefeed "http://youtube.com/rss/user/communitychannel/videos.rss"
54 % clivescan "http://youtube.com"
56 Be sure to read the manual pages. See also examples/config file.