Midori is a lightweight web browser that uses WebKitGTK+.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.midori-browser.org/downloads/midori_0.5.9_all_.tar.bz2
Download MD5 sum: a0af659e0f1d6edb2c97aefdc8c0f097
Download size: 1.3 MB
Estimated disk space required: 71 MB (additional 2 MB for the tests)
Estimated build time: 0.7 SBU (additional less than 0.1 SBU for the tests)
CMake-3.1.3, libnotify-0.7.6, WebKitGTK+-2.4.8 (see "Command Explanations"), and Vala-0.26.2
Gcr-3.14.0, GTK-Doc-1.21 and libzeitgeist-0.3.18
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/midori
Install Midori by running the following commands:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DUSE_ZEITGEIST=OFF         \
      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-0.5.9 \
      ..  &&
make
        
          To test the results, issue: make
          check from an X terminal emulator. Test suite
          performance is poor: almost 1/3 fails. Another simple test is to
          run midori/midori
          from the build directory, before
          installing.
        
          Now, as the root user:
        
make install
          -DCMAKE_BUILD_TYPE=Release:
          This switch is used to apply a higher level of compiler
          optimizations.
        
          -DUSE_ZEITGEIST=OFF: Remove
          this switch if libzeitgeist-0.3.18 is installed.
        
          -DUSE_GTK3=1: 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.
        
          -DUSE_APIDOCS=1: Use this switch if
          GTK-Doc is installed and you wish
          to build and install the API documentation.
        
Last updated on 2015-02-26 13:54:24 -0800