INSTALL
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:20k
源码类别:

Symbian

开发平台:

C/C++

  1. First, read the README file.  If you're still happy...
  2. First you need to obtain and install the CVS executables.  If you got
  3. a distribution which contains executables, consult the installation
  4. instructions for that distribution.  If you got source code, do not
  5. panic.  On many platforms building CVS from source code is a
  6. straightforward process requiring no programming knowledge.  See the
  7. section BUILDING FROM SOURCE CODE at the end of this file, which
  8. includes a list of platforms which have been tested.
  9. -------------------------------------------------------------------------------
  10. 1) Take a look at the CVS documentation, if desired.  For most
  11.    purposes you want doc/cvs.texinfo, also known as _Version Management
  12.    with CVS_ by Per Cederqvist et al.  Looking at it might be as simple
  13.    as "info cvs" but this will depend on your installation; see README
  14.    for more details.
  15.    See what CVS can do for you, and if it fits your environment (or can
  16.    possibly be made to fit your environment).  If things look good,
  17.    continue on.  Alternately, just give CVS a try first then figure out
  18.    what it is good for.
  19. 2) Set the CVSROOT environment variable to where you want to put your
  20.    source repository.  See the "Setting up the repository" section of
  21.    the Cederqvist manual for details, but the quick summary is just to
  22.    pick some directory.  We'll use /src/master as an example.  For
  23.    users of a POSIX shell (sh/bash/ksh) on unix, the following
  24.    commands can be placed in user's ~/.profile, ~/.bash_profile file;
  25.    or in the site-wide /etc/profile:
  26.        CVSROOT=/src/master; export CVSROOT
  27.    For C shell users on unix place the following commands in the
  28.    user's ~/.cshrc, ~/.login, or /etc/chsrc file:
  29.        setenv CVSROOT /src/master
  30.    For Windows users, supposing the repository will be in
  31.    d:srcmaster, place the following line in c:autoexec.bat.  On
  32.    Windows 95, autoexec.bat might not already exist.  In that case,
  33.    just create a new file containing the following line.
  34.        set CVSROOT=:local:d:srcmaster
  35.    If these environment variables are not already set in your current
  36.    shell, set them now by typing the above line at the command prompt
  37.    (or source the login script you just edited).
  38.    The instructions for the remaining steps assume that you have set
  39.    the CVSROOT environment variable.
  40. 3) Create the master source repository.  Again, the details are in
  41.    the "Setting up the repository" section of cvs.texinfo; the
  42.    one-line summary is:
  43.        $ cvs init
  44.    In this and subsequent examples we use "$" to indicate the command
  45.    prompt; do not type the "$".
  46. 4) It might be a good idea to jump right in and put some sources or
  47.    documents directly under CVS control.  From within the top-level
  48.    directory of your source tree, run the following commands:
  49.        $ cvs import -m "test distribution" ccvs CVS_DIST CVS-TEST
  50.    (Those last three items are, respectively, a repository location, a
  51.    "vendor tag", and a "release tag".  You don't need to understand
  52.    them yet, but read the section "Starting new projects" in the
  53.    Cederqvist manual for details).
  54. 5) Having done step 4, one should be able to checkout a fresh copy of the
  55.    sources you just imported and hack away at the sources with the
  56.    following command:
  57.       $ cd
  58.       $ cvs checkout ccvs
  59.    This will make the directory "ccvs" in your current directory and
  60.    populate it with the appropriate files and directories.
  61. 6) You may wish to customize the various administrative files, in particular
  62.    modules.  See the Cederqvist manual for details.
  63. 7) Read the NEWS file to see what's new.
  64. 8) Hack away.
  65. -------------------------------------------------------------------------------
  66. BUILDING FROM SOURCE CODE
  67. Tested platforms
  68. CVS has been tested on the following platforms.  The most recent
  69. version of CVS reported to have been tested is indicated, but more
  70. recent versions of CVS probably will work too.  Please send updates to
  71. this list to bug-cvs@gnu.org (doing so in the form of a diff
  72. to this file, or at least exact suggested text, is encouraged).
  73. "tested" means, at a minimum, that CVS compiles and appears to work on
  74. simple (manual) testing.  In many cases it also means "make check"
  75. and/or "make remotecheck" passes, but we don't try to list the
  76. platforms for which that is true.
  77. Alpha:
  78. DEC Alpha running OSF/1 version 1.3 using cc (about 1.4A2)
  79. DEC Alpha running OSF/1 version 2.0 (1.8)
  80. DEC Alpha running OSF/1 version 2.1 (about 1.4A2)
  81. DEC Alpha running OSF/1 version 3.0 (1.5.95) (footnote 7)
  82. DEC Alpha running OSF/1 version 3.2 (1.9)
  83. Alpha running alpha-dec-osf4.0 (1.10)
  84. DEC Alpha running Digital UNIX v4.0C using gcc 2.7.2.2 (1.9.14)
  85. DEC Alpha running VMS 6.2 (1.8.85 client-only)
  86. Alpha running NetBSD 1.2E (1.10)
  87. Cray:
  88. J90 (CVS 970215 snapshot)
  89. T3E (CVS 970215 snapshot)
  90. HPPA:
  91. HP 9000/710 running HP-UX 8.07A using gcc (about 1.4A2)
  92. HPPA running HP-UX 9 (1.8)
  93.         HPPA 1.1 running HP-UX A.09.03 (1.5.95) (footnote 8)
  94.         HPPA 1.1 running HP-UX A.09.04 (1.7.1)
  95. HPPA running HP-UX 9.05 (1.9)
  96. HPPA running HP-UX 10.01 (1.7)
  97. HPPA running HP-UX 10.20 (1.10.7)
  98. HPPA running HP-UX 11.11 (1.11.13) (footnote 12)
  99. HPPA 2.0 running HP-UX 10.20 (1.10.9) (footnote 13)
  100. NextSTEP 3.3 (1.7)
  101. i386 family:
  102. Solaris 2.4 using gcc (about 1.4A2)
  103. Solaris 2.6 (1.9)
  104. UnixWare v1.1.1 using gcc (about 1.4A2)
  105. Unixware 2.1 (1.8.86)
  106. Unixware 7 (1.9.29)
  107. ISC 4.0.1 (1.8.87)
  108. Linux (kernel 1.2.x) (1.8.86)
  109. Linux (kernel 2.0.x, RedHat 4.2) (1.10)
  110. Linux (kernel 2.0.x, RedHat 5.x) (1.10)
  111. Linux (kernel 2.2.x, RedHat 6.x) (1.10.8)
  112. Linux (kernel 2.2.x, RedHat 7.x) (1.11)
  113. BSDI 4.0 (1.10.7)
  114. FreeBSD 2.1.5-stable (1.8.87)
  115. NextSTEP 3.3 (1.7)
  116. SCO Unix 3.2.4.2, gcc 2.7.2 (1.8.87) (footnote 4)
  117. SCO OpenServer 5.0.5 (1.10.2)
  118. Sequent DYNIX/ptx4.0 (1.10 or so) (remove -linet)
  119. Sequent Dynix/PTX 4.1.4 (1.9.20 or so + patches)
  120. Lynx 2.3.0 080695 (1.6.86) (footnote 9)
  121. Windows NT 3.51 (1.8.86 client; 1.8.3 local)
  122. Windows NT 3.51 service pack 4 (1.9)
  123. Windows NT 3.51 service pack 5 (1.9) -- DOES NOT WORK (footnote 11)
  124. Windows NT 4.0 (1.9 client and local)
  125. Windows NT 4.0 (1.11 client and local - build & test, but no test suite)
  126. Windows 95 (1.9 client and local)
  127. QNX (1.9.1 + patches for strippath() and va_list)
  128. OS/2 Version 3 using IBM C/C++ Tools 2.01 (1.8.86 + patches, client)
  129. OS/2 Version 3 using EMX 0.9c (1.9.22, client)
  130. OS/2 Version 3 using Watcom version ? (? - has this been tested?)
  131. m68k:
  132. Sun 3 running SunOS 4.1.1_U1 w/ bundled K&R /usr/5bin/cc (1.8.86+)
  133. NextSTEP 3.3p1 (1.8.87)
  134. Lynx 2.3.0 062695 (1.6.86) (footnote 9)
  135. NetBSD/mac68k (1.9.28)
  136. m88k:
  137. Data General AViiON running dgux 5.4R2.10 (1.5)
  138. Data General AViiON running dgux 5.4R3.10 (1.7.1)
  139. Harris Nighthawk 5800 running CX/UX 7.1 (1.5) (footnote 6)
  140. MIPS:
  141. DECstation running Ultrix 4.2a (1.4.90)
  142. DECstation running Ultrix 4.3 (1.10)
  143. SGI running Irix 4.0.5H using gcc and cc (about 1.4A2) (footnote 2)
  144. SGI running Irix 5.3 (1.10)
  145. SGI running Irix 6.2 using SGI MIPSpro 6.2 and beta 7.2 compilers (1.9)
  146. SGI running Irix-6.2 (1.9.8)
  147. SGI running IRIX 6.4 (1.10)
  148. SGI running IRIX 6.5 (1.10.7)
  149. Siemens-Nixdorf RM600 running SINIX-Y (1.6)
  150. PowerPC or RS/6000:
  151. IBM RS/6000 running AIX 3.1 using gcc and cc (1.6.86)
  152. IBM RS/6000 running AIX 3.2.5 (1.8)
  153. IBM RS/6000 running AIX 4.1 (1.9)
  154. IBM RS/6000 running AIX 4.3 (1.10.7)
  155. Lynx 2.3.1 120495 (1.6.86) (footnote 9)
  156. Lynx 2.5 (1.9) (footnote 10)
  157. MkLinux DR3 GENERIC #6 (1.10.5.1) (presumably LinuxPPC too)
  158. Mac OS X Darwin 6.6 Darwin Kernel Version 6.6 (1.11.1p1)
  159. Mac OS X Darwin 5.5 Darwin Kernel Version 5.5 (1.11.6) (footnote 12)
  160. Mac OS X Darwin 5.5 Darwin Kernel Version 5.5 (1.12.1) (footnote 12)
  161. SPARC:
  162. Sun SPARC running SunOS 4.1.x (1.10)
  163. Sun SPARCstation 10 running Solaris 2.3 using gcc and cc (about 1.4A2)
  164. Sun SPARCstation running Solaris 2.4 using gcc and cc (about 1.5.91)
  165. Sun SPARC running Solaris 2.5 (1.8.87)
  166. Sun SPARC running Solaris 2.5.1 using gcc 2.7.2.2 (1.9.14)
  167. Sun SPARC running Solaris 2.6 (1.10.7)
  168. Sun UltraSPARC running Solaris 2.6 using gcc 2.8.1 (1.10)
  169. NextSTEP 3.3 (1.7)
  170. Sun SPARC running Linux 2.0.17, gcc 2.7.2 (1.8.87)
  171. Sun UltraSPARC running Solaris 2.8 using gcc 2.95.3
  172. VAX:
  173. VAX running VMS 6.2 (1.9+patches, client-only)
  174.   (see README.VMS for information on necessary hacks).
  175. (footnote 2)
  176. Some Irix 4.0 systems may core dump in malloc while running
  177. CVS.  We believe this is a bug in the Irix malloc.  You can
  178. workaround this bug by linking with "-lmalloc" if necessary.
  179. (about 1.4A2).
  180. (footnote 4) Comment out the include of sys/time.h in src/server.c. (1.4.93)
  181. You also may have to make sure TIME_WITH_SYS_TIME is undef'ed.
  182. (footnote 6) Build in ucb universe with COFF compiler tools.  Put
  183. /usr/local/bin first in PATH while doing a configure, make
  184. and install of GNU diffutils-2.7, rcs-5.7, then cvs-1.5.
  185. (footnote 7) Manoj Srivastava <srivasta@pilgrim.umass.edu> reports
  186.         success with this configure command:
  187.   CC=cc CFLAGS='-O2 -Olimit 2000 -std1' ./configure --verbose alpha-dec-osf
  188. (footnote 8) Manoj Srivastava <srivasta@pilgrim.umass.edu> reports
  189.         success with this configure command:
  190.   CC=cc CFLAGS='+O2 -Aa -D_HPUX_SOURCE' ./configure --verbose hppa1.1-hp-hpux
  191. (footnote 9) 
  192.     Had to configure with ./configure --host=<arch>-lynx.
  193.     In src/cvs.h, protected the waitpid prototype with ifdef _POSIX_SOURCE.
  194.     (I might try building with gcc -mposix -D_POSIX_SOURCE.)
  195.     LynxOS has <dirent.h>, but you don't want to use it.
  196.     You want to use <sys/dir.h> instead.
  197.     So after running configure I had to undef HAVE_DIRENT_H and
  198.     define HAVE_SYS_DIR_H.
  199. (footnote 10)
  200.     Had to compile with "make LIBS=-lbsd" (to get gethostbyname
  201.     and getservbyname).
  202. (footnote 11)
  203.     when I do a `cvs init' I get this message:
  204.       ci: 'RCS/loginfo,v' is not a regular file
  205.       ci:  RCS/loginfo,v: Invalid argument
  206.       cvs [init aborted]: failed to checkin n:/safe/CVSROOT/loginfo
  207. (footnote 12)
  208.     Need to `configure --without-gssapi' unless you have installed Kerberos 5
  209.     libraries on the system yourself.  For some reason Apple ships OS X with
  210.     the Kerberos 5 headers installed and not the libraries, which confuses the
  211.     current configure script.  Some HP, BSD, & Sun boxes have similar problems.
  212. (footnote 13)
  213.     A build under HP PA-RISC 2.0 will probably not run under PA-RISC 1.1
  214.     unless "+DAportable" is added to the HP ANSI cc compiler flags.
  215. -------------------------------------------------------------------------------
  216. Building from source code under Unix:
  217. 1)  Run "configure":
  218. $ ./configure
  219.     You can specify an alternate destination to override the default with
  220.     the --prefix option:
  221. $ ./configure --prefix=/usr/local/gnu
  222.     or some path that is more appropriate for your site.  The default prefix
  223.     value is "/usr/local", with binaries in sub-directory "bin", manual
  224.     pages in sub-directory "man", and libraries in sub-directory "lib".
  225.     A normal build of CVS will create an executable which supports
  226.     local, server, or client CVS (if you don't know the difference,
  227.     it is described in the Repository chapter of doc/cvs.texinfo).  If
  228.     you do not intend to use client or server CVS, you may want to
  229.     prevent these features from being included in the executable you
  230.     build. You can do this with the --disable-client and
  231.     --disable-server options:
  232. $ ./configure --disable-client --disable-server
  233.     Typically this can reduce the size of the executable by around 30%.
  234.     If you are building CVS with the server enabled, you can disable
  235.     server flow control using the --disable-server-flow-control
  236.     If you are working with a large remote repository and a 'cvs
  237.     checkout' is swamping your network and memory, enable flow control.
  238.     You will end up with even less probability of a consistent checkout
  239.     (see Concurrency in cvs.texinfo), but CVS doesn't try to guarantee
  240.     that anyway.  The master server process will monitor how far it is
  241.     getting behind, if it reaches the high water mark, it will signal
  242.     the child process to stop generating data when convenient (ie: no
  243.     locks are held, currently at the beginning of a new directory).
  244.     Once the buffer has drained sufficiently to reach the low water
  245.     mark, it will be signalled to start again.  You may override the
  246.     default hi/low watermarks here too by passing
  247.     '<lowwater>,<highwater>', in bytes, as an argument to
  248.     --enable-server-flow-control.  The low water mark defaults to one
  249.     megabyte and the high water mark defaults to two megabytes.
  250. $ ./configure --enable-server-flow-control=1M,2M
  251.     The --with-tmpdir argument to configure may be used to set a
  252.     specific directory for use as a default temporary directory.  If not
  253.     set, configure will pick the first directory it finds which it has
  254.     read, write, and execute permissions to from $TMPDIR, $TMP, $TEMP,
  255.     /tmp, and /var/tmp, in that order.  Failing that, it will use /tmp.
  256.     The --with-umask argument to configure can be used to change
  257.     the default umask used by the CVS server executable.
  258.     Unlike previous versions of CVS, you do not need to install RCS
  259.     or GNU diff.  
  260.     If you are using gcc and are planning to modify CVS, you may want to
  261.     configure with -Wall; see the file HACKING for details.
  262.     If you have Kerberos 4 installed, you can specify the location of
  263.     the header files and libraries using the --with-krb4=DIR option.
  264.     DIR should be a directory with subdirectories include and lib
  265.     holding the Kerberos 4 header files and libraries, respectively.
  266.     The default value is /usr/kerberos.
  267.     If you want to enable support for encryption over Kerberos, use
  268.     the --enable-encryption option.  This option is disabled by
  269.     default.
  270.     If you want to disable automatic dependency tracking in the makefiles,
  271.     use the '--disable-dependency-tracking' option:
  272. $ ./configure --disable-dependency-tracking
  273.     This avoids problems on some platforms.  See the note at the end of this
  274.     file on BSD.
  275.     Try './configure --help' for further information on its usage.
  276.     NOTE ON CVS's USE OF NDBM:
  277. By default, CVS uses some built-in ndbm emulation code to allow
  278. CVS to work in a heterogeneous environment.  However, if you have
  279. a very large modules database, this may not work well.  You will
  280. need to supply the --disable-cvs-ndbm option to configure to
  281. accomplish this.  If you do this, the following comments apply.  If
  282. not, you may safely skip these comments.
  283. If you configure CVS to use the real ndbm(3) libraries and
  284. you do not have them installed in a "normal" place, you will
  285. probably want to get the GNU version of ndbm (gdbm) and install
  286. that before running the CVS configure script.  Be aware that the
  287. GDBM 1.5 release does NOT install the <ndbm.h> header file included
  288. with the release automatically.  You may have to install it by hand.
  289. If you configure CVS to use the ndbm(3) libraries, you cannot
  290. compile CVS with GNU cc (gcc) on Sun-4 SPARC systems.  However, gcc
  291. 2.0 may have fixed this limitation if -fpcc-struct-return is
  292. defined.  When using gcc on other systems to compile CVS, you *may*
  293. need to specify the -fpcc-struct-return option to gcc (you will
  294. *know* you have to if "cvs checkout" core dumps in some ndbm
  295. function).  You can do this as follows:
  296.     $ CC='gcc -fpcc-struct-return' ./configure
  297. for sh, bash, and ksh users and:
  298.     % setenv CC 'gcc -fpcc-struct-return'
  299.     % ./configure
  300. for csh and tcsh users.
  301.     END OF NOTE FOR NDBM GUNK.
  302. 2)  Try to build it:
  303. $ make
  304.     This will (hopefully) make the needed CVS binaries within the
  305.     "src" directory.  If something fails for your system, and you want
  306.     to submit a bug report, you may wish to include your
  307.     "config.status" file, your host type, operating system and
  308.     compiler information, make output, and anything else you think
  309.     will be helpful.
  310. 3)  Run the regression tests (optional).
  311.     You may also wish to validate the correctness of the new binary by
  312.     running the regression tests.  If they succeed, that is nice to
  313.     know.  However, if they fail, it doesn't tell you much.  Often it
  314.     will just be a problem with running the tests on your machine,
  315.     rather than a problem with CVS.  Unless you will have the time to
  316.     determine which of the two it is in case of failure, you might
  317.     want to save yourself the time and just not run the tests.
  318.     If you want to run the tests, see the file TESTS for more information.
  319. 4)  Install the binaries/documentation:
  320. $ make install
  321.     Depending on your installation's configuration, you may need to be
  322.     root to do this.
  323. -------------------------------------------------------------------------------
  324. Detailed information about your interaction with "configure":
  325. The "configure" script and its interaction with its options and the
  326. environment is described here.  For more detailed documentation about
  327. "configure", please run `./configure --help' or refer to the GNU Autoconf
  328. documentation.
  329. Supported options are:
  330. --srcdir=DIR Useful for compiling on many different
  331. machines sharing one source tree.
  332. --prefix=DIR The root of where to install the
  333. various pieces of CVS (/usr/local).
  334. --exec_prefix=DIR If you want executables in a
  335. host-dependent place and shared
  336. things in a host-independent place.
  337. The following environment variables override configure's default
  338. behaviour:
  339. CC If not set, tries to use gcc first,
  340. then cc.  Also tries to use "-g -O"
  341. as options, backing down to -g
  342. alone if that doesn't work.
  343. INSTALL If not set, tries to use "install", then
  344. "./install-sh" as a final choice.
  345. RANLIB If not set, tries to determine if "ranlib"
  346. is available, choosing "echo" if it doesn't
  347. appear to be.
  348. YACC If not set, tries to determine if "bison"
  349. is available, choosing "yacc" if it doesn't
  350. appear to be.
  351. -------------------------------------------------------------------------------
  352. Building from source code under Windows NT/95/98/2000:
  353. You may find interesting information in windows-NT/README.
  354. * Using Microsoft Visual C++ 5.x (this is currently broken - someone with
  355.   MVC++ 5.x needs to regenerate the project files, but the builds using `nmake'
  356.   below will work).
  357. 1) Using Microsoft Visual C++ 5.x, open the project `cvsnt.dsw',
  358.    in the top directory of the CVS distribution.  If you have an older
  359.    version of Visual C++, take a look at windows-NT/README.
  360. 2) Choose "Build cvs.exe" from the "Project" menu.
  361. 3) MSVC will place the executable file cvs.exe in WinRel, or whatever
  362.    your target directory is.
  363. * From the top level directory, with MSVC++ 6.0 installed, something like the
  364. following also works:
  365. C:> vcvars32
  366. C:> nmake /f cvsnt.mak CFG="cvsnt - Win32 Debug"
  367. * Using the Cygwin development environment <http://cygwin.com>, Windows clients
  368.   and servers can be built using the instructions for building on UNIX.  For
  369.   deploying the CVS server on Windows NT, see the `cygrunsrv' executable that
  370.   comes with Cygwin.
  371. * You might also try <http://wincvs.org> & <http://www.cvsnt.org>.
  372. -------------------------------------------------------------------------------
  373. Building from source code under other platforms:
  374. For OS/2, see os2/README and emx/README.
  375. For VMS, see README.VMS
  376. Mac OS X: Builds fine, just like UNIX.
  377. For older versions of Mac OS, you might try <http://wincvs.org>.
  378. For a Java client, see jCVS (which is a separate package from CVS
  379. itself, but which might be preferable to the Macintosh port mentioned
  380. above, for example).
  381. -------------------------------------------------------------------------------