autogen.sh is broken for now, added instructions for cvs build
[monky] / README-cvs-version
1 First, read the README. This contains instructions specific to building conky 
2 fresh from a CVS checkout: 
3
4 * As the README says, you need to have the X    development libraries installed. 
5         This should be a package along the lines of libx11-dev or xorg-x11-dev .
6 * Conky requires three "auto-tools", with at least the specific version numbers.
7         Make sure these are installed:
8         
9         aclocal-1.9
10         automake-1.9
11         autoconf-2.59
12
13 * In the directory where you checked out conky from CVS, 
14         run "aclocal", "automake", and then "autoconf". 
15         Make sure you run those commands with the latest versions...
16         it is very possible that older versions are installed, and 
17         plain "automake" really means automake-1.4, not what we want,
18         but "automake-1.9" instead.
19         Use the "--version" option to check the program version, i.e.
20         "autoconf --version". 
21 * After that, it's the familiar 
22
23         ./configure 
24         make 
25         make install
26
27         You might have to do the last two steps as root. 
28
29 Need more help? Try channel #conky on irc, or email conky-users@lists.sourceforge.net