dfad05bcc52d65fbceb6c08666564445b1144369
[monky] / README.svn-version
1 THESE INSTRUCTIONS ARE ONLY IF "sh autogen.sh" DOESN'T WORK!!!
2
3 First, read the README. This contains instructions specific to building conky
4 Fresh from a SVN checkout:
5
6 * As the README says, you need to have the X development libraries installed.
7         This should be a package along the lines of libx11-dev or xorg-x11-dev .
8 * Conky requires three "auto-tools", with at least the specific version numbers.
9         Make sure these are installed:
10
11         aclocal-1.9
12         automake-1.9
13         autoconf-2.59
14
15 * In the directory where you checked out conky from SVN,
16         run "aclocal", "automake", and then "autoconf".
17         Make sure you run those commands with the latest versions...
18         it is very possible that older versions are installed, and
19         plain "automake" really means automake-1.4, not what we want,
20         but "automake-1.9" instead.
21         Use the "--version" option to check the program version, i.e.
22         "autoconf --version".
23 * After that, it's the familiar
24
25         ./configure
26         make
27         make install
28
29         You might have to do the last step as root.