31 lines
No EOL
615 B
Text
31 lines
No EOL
615 B
Text
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 |