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
32
33
34
35
|
This file is licensed under the terms of the expat license, see the file EXPAT.
+++ Installing Midori +++
Building and installing Midori is straightforward.
Make sure you have Python 2.4 or higher installed.
Change to the Midori folder on your hard disk in a terminal.
Run './waf configure'
Run './waf build'
You can now run Midori from _build_/default/midori
You can install it with './waf install'
For further options run './waf --help'
+++ Legacy support +++
There are also autotools build files available. This
is not recommended except when waf for any reason won't work.
Make sure you have *libtool* and *intltool* installed.
Run './legacy.sh'.
Run './configure'
Run 'make'
The usual autotools way works here, please refer to
according documentation in case of questions.
|