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-07-27 05:43:30 +00:00
|
|
|
+++ The alternative +++
|
|
|
|
|
|
|
|
Alternatively, autotools build files are available.
|
|
|
|
|
|
|
|
If you checked out from the repository, make sure
|
|
|
|
you have *libtool* and *intltool* installed.
|
|
|
|
Then run './autogen.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.
|