File: README

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (47 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download | duplicates (3)
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
This directory includes a mechanism for generating C interfaces and a
simple pointer interface library for xlispstat. For more information
see

	http://stat.umn.edu/~luke/xls/projects/wrappers/wrappers.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
	wrap.lsp	C wrapper generation code
	wrapptr.wrp	pointer wrapper library
	wrapptr.def	export definition for Win32, Borland C++ 5.0
	wrapptr.exp	export definition for MacPPC, CW Pro 2
	wrapptrs.mu.sit.hqx project file 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.

Macintosh, CW Pro 2:

	Make the wrappers with (wrap:make-wrappers "wrapptrs.wrp").
	Get the project file from 

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

	Build and manually install in the Autoload folder

Windows, Borland C++:

	Make the wrappers with (wrap:make-wrappers "wrapptrs.wrp").
	Adjust the defines at the top of makefile.bc and

		make -f makefile.bc

	Then manually install in Autoload directory.