$ tar xvfz cvs-1.10.8.tar.gz $ cd cvs-1.10.8 $ ./configure --enable-encryption |
checking for library containing crypt... -lcrypt |
checking for library containing crypt... none required |
$ make $ su # make install # exit |
$ mkdir /home/cvs $ chgrp cvs /home/cvs $ chmod g+ws /home/cvs |
$ cvs -d /home/cvs init |