4e09b8a99ac051ccb0d59c888f2cbd0dac21107d
[riece] / 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 (0) logging in to anonymous CVS server.
11
12   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
13
14   CVS password: [CR] # NULL string
15
16 (1) checkout modules
17
18   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
19
20 Specify revision tag in front of the module name.
21
22 (2) bootstrapping
23
24   % autoreconf -f -i
25
26 You will need newer versions of autoconf & automake.