Re: JavaScript.pm lib file installation
[email protected] ("Claes Jacobsson") Fri, 25 Jan 2002 22:52:42 +0100
| Newsgroups | perl.javascript |
|---|---|
| Message-ID | <000901c1a5ea$9f333c70$a48371d5@bitshift> |
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?
>
>