Difference between revisions of "curses Interface"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (Conversion script moved page Curses Interface to curses Interface: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
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 13: Line 18:
 
|Open a terminal, and type:
 
|Open a terminal, and type:
 
  su -c 'pkg_add -r p5-Curses'
 
  su -c 'pkg_add -r p5-Curses'
 +
|-
 +
|align=center|Ubuntu
 +
|Open a terminal, and type:
 +
sudo cpan Curses
 
|-
 
|-
 
|align=center|Other
 
|align=center|Other

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