curses Interface: Difference between revisions
Jump to navigation
Jump to search
TODO: make a css class for wiki table styling |
(No difference)
|
Revision as of 05:48, 20 February 2010
Curses interface is cross-platform text-mode user interface.
Used as default on FreeBSD, if available.
Requirements
| OS/distribution | Instructions |
|---|---|
| FreeBSD | Open a terminal, and type:
su -c 'pkg_add -r p5-Wx' |
| Other | Open a terminal, and type:
cpan Wx |