Difference between revisions of "curses Interface"

From OpenKore Wiki
Jump to navigation Jump to search
(TODO: make a css class for wiki table styling)
 
(Added example command)
(3 intermediate revisions by 2 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]]

Revision as of 04:59, 15 December 2018

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