INSTALL-CVS: Don't mention autotools versions.
[elisp/riece.git] / INSTALL-CVS
1 The development of Riece uses CVS, Concurrent Versions System.
2 The latest development version is available from cvs.m17n.org.
3
4 However, you should notice that it is intentional that we don't put
5 the repository address on the Web site.  That is, pointless complaints
6 about development versions are _unwelcome_ to us.  If you are a
7 beginning user, who just wants to try the product, check out the
8 released version.
9
10 (1) checkout modules
11
12   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
13
14 You can specify a revision tag in front of the module name.
15
16 (2) bootstrapping
17
18   % autoreconf -f -i
19
20 Note that "autoreconf" is not "autoconf".