Midori-0.5.11

Introduction to Midori

Midori is a lightweight web browser that uses WebKitGTK+.

This package is known to build and work properly using an LFS-7.9 platform.

Package Information

Midori Dependencies

Required

CMake-3.4.3, Gcr-3.18.0, libnotify-0.7.6, WebKitGTK+-2.4.9 (see "Command Explanations"), and Vala-0.28.1

Recommended

Optional

GTK-Doc-1.24, libunique-1.1.6 (if built with gtk+2) and Zeitgeist

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/midori

Installation of Midori

Install Midori by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DUSE_ZEITGEIST=OFF         \
      -DUSE_GTK3=1                \
      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-0.5.11 \
      ..  &&
make

This package does not come with a working test suite.

Now, as the root user:

make install

Command Explanations

-DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler optimizations.

-DUSE_ZEITGEIST=OFF: Remove this switch if Zeitgeist is installed.

-DUSE_GTK3=1: Use this switch chooses WebKitGTK+ built against GTK+ 3, for WebKit2 layer support.

-DUSE_APIDOCS=1: Use this switch if GTK-Doc is installed and you wish to build and install the API documentation.

Contents

Installed Program: midori
Installed Libraries: libmidori-core.so
Installed Directories: /{etc/xdg,/usr/{lib,share}}/midori and /usr/share/doc/midori-0.5.11

Short Descriptions

midori

is a lightweight WebKitGTK+ browser.

Last updated on 2016-02-25 17:45:38 -0800