midori/INSTALL

31 lines
615 B
Plaintext
Raw Normal View History

If you checked out from the repository, make sure
2008-04-20 01:31:55 +00:00
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.
2007-12-16 22:20:24 +00:00
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