File: README.sp-dev

package info (click to toggle)
jade 1.2.1-47
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 8,804 kB
  • ctags: 16,991
  • sloc: cpp: 120,658; sh: 10,522; ansic: 8,228; perl: 378; makefile: 292; sed: 5
file content (26 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (6)
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
libsp1 and libsp1-dev: SP development support for Debian
--------------------------------------------------------

Include files, from libsp1-dev, are available in /usr/include/sp .
You might have to add this to the compiler switches.

Documentation on this library is available in the 'sp' package,
in the Section "Programming with SP".

Note that the default search paths compiled into this system are
equivalent to setting the following environment variables as shown:

 SGML_CATALOG_FILES="/usr/lib/sgml/catalog:/usr/local/lib/sgml/catalog"
 SGML_SEARCH_PATH="/usr/lib/sgml:/usr/local/lib/sgml"

You can override this by setting these variables yourself, i.e., in
~/.profile or /etc/environment.

One other note: unless you include "sp/config.h" first of all, you will
get errors. The Debian version of libsp is compiled with multibyte
support, so you may need to compile with:

 #define SP_MULTI_BYTE
 #include <sp/config.h>

.....A. P. Harris...apharris@onShore.com...<URL:http://www.onShore.com/>