35 lines
794 B
Text
35 lines
794 B
Text
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.
|