Difference between revisions of "curses Interface"

From OpenKore Wiki
Jump to navigation Jump to search
m (fix)
m (Conversion script moved page Curses Interface to curses Interface: Converting page titles to lowercase)
 
(3 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 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