cwh42 / libyui-ncurses

libyui-ncurses

Home Page:http://doc.opensuse.org/projects/libyui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibYUI - The Ncurses (Text Mode) Frontend

Build Status

Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends. Originally it was developed for YaST but it can be used in any independent project.

This part contains the text mode front end which displays the UI in a console or a terminal emulator.

Building

Libyui uses CMake, driven by a slightly complex set of CMakefiles. For reproducible builds it is best to use the libyui-rake Ruby gem like the Jenkins CI jobs do.

It can be installed from rubygems.org using this command (Ruby needs to be installed in the system):

gem install libyui-rake

Then to build the package run:

rake osc:build

About

libyui-ncurses

http://doc.opensuse.org/projects/libyui

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 99.0%Language:CMake 0.6%Language:Shell 0.2%Language:C 0.1%Language:Ruby 0.0%Language:Dockerfile 0.0%