Update.
[elisp/riece.git] / INSTALL-CVS
1 Development of Riece uses CVS, Concurrent Versions System.
2 Latest developing version is available at CVS.
3
4 (0) logging in to anonymous CVS server.
5
6   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
7
8   CVS password: [CR] # NULL string
9
10 (1) checkout modules
11
12   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
13
14 Specify revision tag in front of the module name.
15
16 (2) bootstrapping
17
18   % autoreconf -f -i
19
20 You will need newer versions of autoconf & automake.