]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/csup/README
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / csup / README
1 $FreeBSD$
2
3 Authors
4 -------
5
6 CVSup was originally written in Modula-3 by
7         John Polstra <jdp@polstra.com>.
8
9 Csup is a rewrite of CVSup in C.  It has been mostly written by
10         Maxime Henrion <mux@FreeBSD.org>.
11
12 A few contributors have helped him in his task and they are listed here in
13 alphabetical order :
14
15         Olivier Houchard <cognet@FreeBSD.org>
16         Ulf Lilleengen <lulf@kerneled.org>
17         Christoph Mathys <cmathys@bluewin.ch>   (Google SoC Project)
18         Etienne Vidal <etienne.vidal@gmail.com>
19
20
21 Building & Installing
22 ---------------------
23
24 Csup should build and run fine under any *BSD OS (that includes FreeBSD,
25 NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
26 have a problem building from source, drop me a mail!
27
28 There is one Makefile specifically tailored for *BSD systems named
29 Makefile and another one that is gmake-specific for Darwin and Linux
30 users named GNUmakefile.  You don't really need to worry about that
31 since whatever your "make" command is, it should pick up the correct
32 Makefile.
33
34 As usual, to build the source code, just run "make".  Once this is done,
35 just run "make install" to install the binary and manual page.
36
37 Be warned however that if the packaging system of your OS knows about
38 csup, it is certainly better to install it from there rather than by
39 hand, so that it can then be properly deinstalled.