File: INSTALL-CVS

package info (click to toggle)
riece 1.0.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,780 kB
  • ctags: 1,087
  • sloc: lisp: 11,127; sh: 710; makefile: 141; perl: 57
file content (20 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Development of Riece uses CVS, Concurrent Versions System.
Latest developing version is available at CVS.

(0) logging in to anonymous CVS server.

  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login

  CVS password: [CR] # NULL string

(1) checkout modules

  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece

Specify revision tag in front of the module name.

(2) bootstrapping

  % autoreconf -f -i

You will need newer versions of autoconf & automake.