Midori is a lightweight web browser that uses WebKitGTK+.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://www.midori-browser.org/downloads/midori_0.5.7_all_.tar.bz2
Download MD5 sum: 93ceaa9b3b4a65f2a2738293440a8bf5
Download size: 1.2 MB
Estimated disk space required: 55 MB (additional 2 MB for the tests)
Estimated build time: 0.5 SBU (additional less than 0.1 SBU for the tests)
CMake-2.8.12.2, libnotify-0.7.6, WebKitGTK+-1.10.2 or WebKitGTK+-2.2.4, and Vala-0.22.1
GTK-Doc-1.19 and libzeitgeist-0.3.18
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/midori
Install Midori by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check from an X terminal emulator.
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 2014-02-20 10:20:46 -0800