curses Interface: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(TODO: make a css class for wiki table styling)
 
m (fix)
Line 12: Line 12:
|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|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 05:51, 20 February 2010

Curses interface is cross-platform text-mode user interface.

Used as default on FreeBSD, if available.

Requirements