1156230Smux$FreeBSD$
2156230Smux
3156230SmuxAuthors
4156230Smux-------
5156230Smux
6156230SmuxCVSup was originally written in Modula-3 by
7156230Smux	John Polstra <jdp@polstra.com>.
8156230Smux
9156230SmuxCsup is a rewrite of CVSup in C.  It has been mostly written by
10156230Smux	Maxime Henrion <mux@FreeBSD.org>.
11156230Smux
12156230SmuxA few contributors have helped him in his task and they are listed here in
13156230Smuxalphabetical order :
14156230Smux
15156230Smux	Olivier Houchard <cognet@FreeBSD.org>
16156230Smux	Ulf Lilleengen <lulf@kerneled.org>
17156230Smux	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
18156230Smux	Etienne Vidal <etienne.vidal@gmail.com>
19156230Smux
20156230Smux
21156230SmuxBuilding & Installing
22156230Smux---------------------
23156230Smux
24156230SmuxCsup should build and run fine under any *BSD OS (that includes FreeBSD,
25156230SmuxNetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
26156230Smuxhave a problem building from source, drop me a mail!
27156230Smux
28156230SmuxThere is one Makefile specifically tailored for *BSD systems named
29156230SmuxMakefile and another one that is gmake-specific for Darwin and Linux
30156230Smuxusers named GNUmakefile.  You don't really need to worry about that
31156230Smuxsince whatever your "make" command is, it should pick up the correct
32156230SmuxMakefile.
33156230Smux
34156230SmuxAs usual, to build the source code, just run "make".  Once this is done,
35156230Smuxjust run "make install" to install the binary and manual page.
36156230Smux
37156230SmuxBe warned however that if the packaging system of your OS knows about
38156230Smuxcsup, it is certainly better to install it from there rather than by
39156230Smuxhand, so that it can then be properly deinstalled.
40