File: README

package info (click to toggle)
acm 5.0-23.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,364 kB
  • ctags: 4,793
  • sloc: ansic: 42,444; makefile: 706; cpp: 293; perl: 280; sh: 198
file content (37 lines) | stat: -rwxr-xr-x 1,308 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DIS Library, version 1.0

Copyright (C) 1996, Riley Rainey (rainey@netcom.com)


COPYING and USE

Use and distribution of this software is governed by your choice of one of 
two licensing schemes:  the GNU Library Public License or the "Artistic"
license.  See the COPYING.LIB and Artistic files for more information.


INSTALLATION

If you are using the DIS/x library as distributed with ACM, no
special actions are required on your part.  This library is intended
to be used independently of ACM, too.  This section describes build
procedures in that event.

Cd to the top-level directory (the one containing the README file that
you are currently viewing). Type:

	$ ./configure
	$ make

The SIM/x server software stores it's information in a dbm database.
Configure will attempt to use your system's native dbm library, provided it
can find it in one of the usual places.  If not, it punts and uses "SDBM".
SDBM was written by Ozan "Oz" Yigit (oz@nexus.yorku.ca).  It has been
integrated into this distribution in source form for your convenience.
If you feel like you'd want an updated copy of SDBM, try gatekeeper.dec.com.

And, because I used strcasecmp.c from the NetBSD software release:

	Part of this software is:
	Copyright (c) 1987 Regents of the University of California.
	All rights reserved.