File: README

package info (click to toggle)
xlispstat 3.52.0-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 7,472 kB
  • ctags: 12,480
  • sloc: ansic: 89,534; lisp: 21,690; sh: 1,525; makefile: 520; csh: 1
file content (49 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
This is a simple regular expression library for xlispstat. For more
information see

	http://stat.umn.edu/~luke/xls/projects/regexp/regexp.html

Files:

	Makefile.in	Makefile configure template
	README		this file
	_autoidx.lsp	autoload index
	configure	configuration script
	configure.in	autoconf input for making configure
	makefile.bc	makefile for Win32, Borland C++ 5.0
	makefile.vc	makefile for Win32, Microsoft VC++ 5.0
	regex		Spencer library for systems w/o their own
	regexp.wrp	lisp and wrapper code for the library
	rtest.c		simple stand-alone test for system regular expressions
	sys%2ftypes.h	fake sys/types.h for MacPPC, CW Pro 2
	vcregexp.def	export definition for Win32, Microsoft VC++ 5.0
	regexp.def	export definition for Win32, Borland C++ 5.0
	regexp.exp	export definition for MacPPC, CW Pro 2

UNIX:

	Executing 

		configure
		make install

	should make the library and install it in the Autoload
	directory of the source tree. After configure, make rtest will
	make the little stand-alone test.

Macintosh, CW Pro 2:

	Get the project file from 

		http://stat.umn.edu/~luke/xls/projects/regexp/MacPPC

	Rename sys%2ftypes.h to sys/types.h and build. Manually
	install in the Autoload folder

Windows, Borland C++:

	Adjust the defines at the top of makefile.bc and

		make -f makefile.bc

	Then manually install in Autoload directory.