gui improvements, make on po dir too, updated strings and translation
[clawsker.git] / README
1
2 Clawsker - A Claws Mail Tweaker
3 -------------------------------
4
5 Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail.
6 Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
7
8 Dependencies
9 ------------
10
11   Perl - http://www.perl.com
12   GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net
13   Claws Mail - http://www.claws-mail.org
14
15 Install
16 -------
17
18 After downloading the tarball:
19
20   tar xzf clawsker-VERSION.tar.gz
21   cd clawsler-VERSION
22   make install
23
24 Replace VERSION with the actual version number of the tarball.
25
26 Default install is under /usr/local prefix. If you want to install in another
27 location (for example /usr) replace last line with:
28
29   make install PREFIX=/usr
30
31