]> git.armaanb.net Git - chorizo.git/blob - README
draft 8
[chorizo.git] / README
1 chorizo
2 ======
3
4 http://armaanb.net/chorizo.html
5
6 A simple web browser using GTK+ 3, GLib and WebKit2GTK+.
7
8 Refer to the manpages chorizo(1), and chorizo-usage(1) for more information.
9
10 Installation
11 ------------
12
13 The following C libraries are required:
14
15     - GTK+ 3
16     - WebKit2 API for GTK+ 3
17     - gst-libav, gst-plugins-good (for media playback)
18
19 The following programs are required:
20     - A C compiler supporting C11
21     - make
22     - pkg-config
23
24 chorizo expects to be run on a POSIX-ish operating system.
25
26 To build and install the program:
27
28     $ make
29     # make install
30
31
32 How is chorizo related to lariza?
33 ---------------------------------
34
35   chorizo is a fork of the lariza browser by Peter Hofmann. I wanted
36   to take it in a slightly different direction (mostly just adding
37   features not considered to be in the spirit of lariza), so I forked
38   it. The name was changed in order to reduce confusion between the
39   two browsers as they grew apart.
40
41   Differences:
42     - New versioning scheme
43     - Revamped download manager
44     - New keybindings
45     - Better default directories
46     - Easily togglable JavaScript
47     - Cleaned up source code
48     - Easy web searching
49     - User stylesheet support
50     - A variety of tweaks and adjustments that make the experience nicer