Skip to content

j-mcnally/girara-osx

Repository files navigation

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
------------
gtk2 (>= 2.18.6) or gtk3 (>= 3.0.11)
intltool

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

girara is built for gtk2 by default. If it should be build for gtk3
pass GIRARA_GTK_VERSION to make:

  make GIRARA_GTK_VERSION=3 install

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

  make uninstall

About

A osx compatible build script for girare *require for jumanji"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published