Midori is a lightweight web browser that uses WebKitGTK+.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://archive.xfce.org/src/apps/midori/0.5/midori-0.5.2.tar.bz2
Download MD5 sum: e2c1e0b617397ec9f9eef4fdb47b3565
Download size: 1.1 MB
Estimated disk space required: 50 MB (9 MB installed)
Estimated build time: 0.3 SBU
WebKitGTK+-1.10.2 or WebKitGTK+-1.10.2 and Vala-0.18.1
libnotify-0.7.5 and librsvg-2.36.4
GNOME Keyring (2.x) or Gcr-3.6.2, GTK-Doc-1.18, libunique-1.1.6 or libunique (3.x) and libzeitgeist-0.3.18
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/midori
Install Midori by running the following commands:
./configure --prefix=/usr --docdir=/usr/share/doc/midori-0.5.2 && make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-gtk3: Use this switch if you
want to build Midori with
GTK+ 3 dependencies.
--enable-apidocs: Use this switch if
GTK-Doc is installed and you wish
to build and install the API documentation.
export NOCOLOR=1: This prevents the build process outputting colored text. Colored text is fine if you're running the commands in a terminal, but if you compile it with a script and pipe the output to a log file the control characters that color the text can makehe log file difficult to read with a text editor.
Last updated on 2013-06-06 15:31:50 +0000