File: INSTALL

package info (click to toggle)
olive 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 316 kB
  • ctags: 79
  • sloc: perl: 2,219; makefile: 35
file content (24 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
                          INSTALL FOR OLIVE
                          -----------------

Follow the instructions in ./docs/start.html BUT...

If you want the keystroke-based poll inactivity feature (prevents feed
polling from occurring for 30s after your last keypress) to work,
you'll need to patch your C::UI install. 

  >>> NOTE: If you have patched UI.pm, there is <<<
  >>>       no need to do so again.             <<<

Locate your copy of Curses::UI. Good places to look are:

    /usr/share/perl/Curses/UI.pm
    /usr/local/share/perl/5.x.x/Curses/UI.pm

Once found, apply the included diff. Example:

    patch /usr/share/perl/Curses/UI.pm UI.pm.diff 

This patch is now in the CVS version of Curses::UI, but is not yet
in a public release.