18 lines
308 B
Text
18 lines
308 B
Text
|
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
|