Mention libtool and autogen.sh in INSTALL
This commit is contained in:
parent
74b300ef33
commit
a2aa2e4973
1 changed files with 13 additions and 0 deletions
13
INSTALL
13
INSTALL
|
@ -1,3 +1,16 @@
|
|||
If you checked out from the repository, make sure
|
||||
you have *libtool* 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
|
||||
|
|
Loading…
Reference in a new issue