~midori/midori/cmake-make-dist

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
If you checked out from the repository, make sure
you have *libtool* and *intltool* installed, then run

1. ./autogen.sh

2. ./configure --enable-debug=yes

3. make

If you obtained midori in the form of a release tarball,
you need to perform the following steps in order to
build and install the program.

1. Unpack the archive.

2. Check build options with
      ./configure --help

3. Prepare for build with
      ./configure

4. Build midori with
      make

5. To install midori run either
      (sudo) make install
   or
      (sudo) checkinstall

6. For a list of command line options run
      midori --help