curses Interface
Jump to navigation
Jump to search
Curses interface is cross-platform console user interface.
Used as default on FreeBSD, if available.
How to use
perl ./openkore.pl --interface=Console::Curses
Requirements
| OS/distribution | Instructions |
|---|---|
| FreeBSD | Open a terminal, and type:
su -c 'pkg_add -r p5-Curses' |
| Ubuntu | Open a terminal, and type:
sudo cpan Curses |
| Other | Open a terminal, and type:
cpan Curses |