curses Interface: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(TODO: make a css class for wiki table styling)
 
m (Conversion script moved page Curses Interface to curses Interface: Converting page titles to lowercase)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Curses interface is cross-platform text-mode user interface.
Curses interface is cross-platform [[Console Interface|console]] user interface.


Used as default on FreeBSD, if available.
Used as default on FreeBSD, if available.
== How to use ==
perl ./openkore.pl --interface=Console::Curses


== Requirements ==
== Requirements ==
Line 12: Line 17:
|align=center|FreeBSD
|align=center|FreeBSD
|Open a terminal, and type:
|Open a terminal, and type:
  su -c 'pkg_add -r p5-Wx'
  su -c 'pkg_add -r p5-Curses'
|-
|align=center|Ubuntu
|Open a terminal, and type:
sudo cpan Curses
|-
|-
|align=center|Other
|align=center|Other
|Open a terminal, and type:
|Open a terminal, and type:
  cpan Wx
  cpan Curses
|}
|}


[[Category:Interfaces]]
[[Category:Interfaces]]

Latest revision as of 22:34, 26 April 2021

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