Hey,
On linux, i usually do the following (this will probablly work on most
UNIXes as well). I assume you have root.
tar xfvz js-1.5-rc4.tar.gz
cd js/src
make -f Makefile.ref BUILD_OPT=1
cp js*.h /usr/include/
cd Linux_All_OPT.OBJ
cp libjs.* /usr/lib/
ldconfig
This should place all the needed files at locations where gcc and perl
should find them. Passing BUILD_OPT=1 to make will build a non-debug version
of jslib, if you leave it out it'll build a debug version in
Linux_All_DBG.OPT directory.
Cheers,
Claes
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 3:56 PM
Subject: JavaScript.pm lib file installation
> How do I install the JavaScript.pm required lib files "libjs" and
"jsapi.h"
> from js-1.5-rc4?
> Is it necessary to install the whole tar bundle?
>
>