Codebase list girara / upstream/0.3.1
upstream/0.3.1

Tree @upstream/0.3.1 (Download .tar.gz)

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.

Requirements
------------

meson (>= 0.43)
glib (>= 2.50)
gtk3 (>= 3.20)
intltool
libnotify (optional, for notification support)
json-c (optional, for configuration dumping support)

To disable the optional support for libnotify and json-c, configure the build
system with -Denable-notify=false or -Denable-json=false.

Installation
------------

Run the following command to build and install girara to your system using
meson's ninja backend:

  meson build
  cd build
  ninja
  ninja install

Note that the default backend for meson might vary based on the platform. Please
refer to the meson documentation for platform specific dependencies.

Bugs
----

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