Midori is a lightweight web browser that uses WebKitGTK+.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://www.midori-browser.org/downloads/midori_0.5.8_all_.tar.bz2
Download MD5 sum: b89e25e74199d705e74767499a415976
Download size: 1.3 MB
Estimated disk space required: 63 MB (additional 1 MB for the tests)
Estimated build time: 0.5 SBU (additional less than 0.1 SBU for the tests)
CMake-3.0.1, libnotify-0.7.6, WebKitGTK+-2.4.5 (see "Command Explanations"), and Vala-0.24.0
GTK-Doc-1.20 and libzeitgeist-0.3.18
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/midori
The tarball is not compressed from a directory, thus it is better to create a directory to uncompress it:
mkdir -v midori-0.5.8 && tar xf midori_0.5.8_all_.tar.bz2 -C midori-0.5.8 && cd midori-0.5.8
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
WebKitGTK+ built against
GTK+ 3, because by default it
chooses WebKitGTK+ built against
GTK+ 2.
--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-09-16 13:49:04 -0700