/usr.bin/csup/README

https://bitbucket.org/freebsd/freebsd-head/ · #! · 39 lines · 28 code · 11 blank · 0 comment · 0 complexity · b04b49db0d875d04190743887999431c MD5 · raw file

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