2008-10-11 05:27:52 +00:00
|
|
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
+++ Installing Midori +++
|
|
|
|
|
|
|
|
Building and installing Midori is straightforward.
|
|
|
|
|
|
|
|
Make sure you have Python 2.4 or higher installed.
|
2008-04-16 23:40:15 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
Change to the Midori folder on your hard disk in a terminal.
|
2008-04-16 23:40:15 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
Run './waf configure'
|
2008-04-16 23:40:15 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
Run './waf build'
|
2008-04-16 23:40:15 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
You can now run Midori from _build_/default/midori
|
2008-04-16 23:40:15 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
You can install it with './waf install'
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
For further options run './waf --help'
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-08-21 19:51:35 +00:00
|
|
|
+++ Legacy support +++
|
2008-07-27 05:43:30 +00:00
|
|
|
|
2008-08-21 19:51:35 +00:00
|
|
|
There are also autotools build files available. This
|
|
|
|
is not recommended except when waf for any reason won't work.
|
2008-07-27 05:43:30 +00:00
|
|
|
|
2008-08-21 19:51:35 +00:00
|
|
|
Make sure you have *libtool* and *intltool* installed.
|
|
|
|
|
|
|
|
Run './legacy.sh'.
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
Run './configure'
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
Run 'make'
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-07-27 05:43:30 +00:00
|
|
|
The usual autotools way works here, please refer to
|
|
|
|
according documentation in case of questions.
|