Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2010-10-08 | 777 Bytes | |
rcs-jarFiles-2010.09.10.tar.gz | 2010-10-08 | 2.4 MB | |
rcslib-2010.09.10.tar.gz | 2010-10-08 | 4.4 MB | |
rcslib-win32-08-oct-2010.zip | 2010-10-08 | 6.8 MB | |
Totals: 4 Items | 13.6 MB | 0 |
Installation of RCS for 2010-10 For windows: Download the file rcslib-win32-08-oct-2010.zip. This file contains the compiled windows libraries and header files. To build under linux or cygwin, download the file rcslib-2010.09.10.tar.gz. This file was constructed with 'make dist' from the rcs source. It is recommended that this file be unpacked in the directory /usr/local. This may be done with cd /usr/local tar -zxvf rcslib-2010.09.10.tar.gz Then issue the following commands from /usr/local/rcslib-2010.09.10: ./configure make cd src/java make cd ../.. make install prefix=/usr/local/rcslib If you have problems making the java .jar files, download the precompiled files from rcs-jarFiles-2010.09.10.tar.gz and place them in /usr/local/rcslib/bin.