summaryrefslogtreecommitdiff
path: root/editors/jed/MESSAGE
blob: 7fcf5d445dbf00a7c38d496ade1bff0b80eeb722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/04/05 20:29:40 wiz Exp $

Optional but highly recommended: preparse the S-Lang files.  This
is done by running JED as:

# (cd ${PREFIX}/share/jed/lib; jed -batch -n -l preparse.sl)

This creates pre-parsed *.slc files that load quicker than *.sl
files. Note that the bytecodes that are stored in the preparsed
files (*.slc) may depend upon the version of the slang library that
was used.  This is particularly relevant if jed is dynamically
linked to the slang library and for some reason you upgrade the
library.  If you do this, then immediately after installing a new
version of the slang library, run the command 'touch *.sl' on all
the .sl files in the ${PREFIX}/share/jed/lib/lib directory.

===========================================================================