71327cd657f69af751731deee693f0557f2ad6dd
[riece] / INSTALL-CVS
1 Development of Riece uses CVS, Concurrent Versions System.
2 Latest developing version is available at CVS.
3
4 However, you must notice that it is intentional that we don't include
5 this file in the tarball and don't put the repository address on the
6 Web site.  That is, pointless complaints about development versions
7 are _unwelcome_ for us.  If you are a beginning user, who just wants
8 to try the product (where on earth did you get this version?), check
9 the released version.
10
11 (0) logging in to anonymous CVS server.
12
13   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
14
15   CVS password: [CR] # NULL string
16
17 (1) checkout modules
18
19   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
20
21 Specify revision tag in front of the module name.
22
23 (2) bootstrapping
24
25   % autoreconf -f -i
26
27 You will need newer versions of autoconf & automake.