dantje / girara

user interface library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

girara - user interface library
===============================
girara is a library that implements a user interface that focuses on simplicity
and minimalism. It consists of three main components: The view is a widget that
represents the actual application (e.g.: a web site or a document). The input
bar is used to execute commands of the application, while the status bar
notifies the user with current information. It is designed to replace and the
enhance the user interface that is used by zathura and jumanji.

Requirements
------------
glib (>= 2.28)
gtk3 (>= 3.4)
intltool
libnotify (optional, for notification support)

Please note that you need to have a working pkg-config installation
and that the Makefile is only compatible with GNU make.

If you don't have a working pkg-config installation, please set the GTK_INC and
GTK_LIB environment variables.

Installation
------------
Run the following command to build and install girara to your system:

  make install

Uninstall
---------
To delete girara from your system, type:

  make uninstall

Bugs
----
Please report bugs at http://bugs.pwmt.org or contact us on our mailing list at
girara@lists.pwmt.org.

About

user interface library

License:zlib License


Languages

Language:C 89.8%Language:Makefile 5.7%Language:C++ 4.5%