]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/README.cvs
This commit was generated by cvs2svn to compensate for changes in r54690,
[FreeBSD/FreeBSD.git] / contrib / ntp / README.cvs
1 To get the NTP distribution via anonymous CVS:
2
3     cvs -d :pserver:anoncvs@www.ntp.org:/cvs/ntp login
4
5 the password is: anoncvs
6
7     cvs -d :pserver:anoncvs@www.ntp.org:/cvs/ntp co ntp
8
9 after which the "ntp_update" script in the top-level of the tree should
10 keep things in synch and properly timestamped.
11
12 There are some mailing lists for the NTP CVS distribution.  For more
13 information, send a message to <majordomo@ntp.org> with the "lists" in
14 the body of the message.
15
16 If you get NTP via CVS, you will need to build the release using GNU make
17 and gcc.
18
19 You can then "make dist" to build a release tarball that does not require
20 GNU make or gcc.
21
22 The reason GNU make and gcc are required is because the repository version
23 of NTP does not have the make dependencies built-in.  These dependencies
24 are created dynamically, and this dynamic process requires GNU make and gcc.