diff options
author | Dugan Chen <dugan_c@fastmail.fm> | 2010-05-11 20:01:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:34 +0200 |
commit | 473de80d31a03fffed418f2ef256f97e38cedcdf (patch) | |
tree | 712f45e4af8c94eaa5d5d7ca649d6020a0a03178 /network/js/README | |
parent | eb93c22496f988275d909bbd3e8f98f885a1368b (diff) | |
download | slackbuilds-473de80d31a03fffed418f2ef256f97e38cedcdf.tar.gz |
network/js: Added to 12.0 repository
Diffstat (limited to 'network/js/README')
-rw-r--r-- | network/js/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/js/README b/network/js/README new file mode 100644 index 0000000000..e101b47dab --- /dev/null +++ b/network/js/README @@ -0,0 +1,10 @@ +js (SpiderMonkey JavaScript-C Engine) + +The SpiderMonkey engine is Mozilla's C implementation of JavaScript. It is +intended to be embedded into other programs. In particular, it's used by ELinks +for JavaScript support. + +This version includes a patch (from the ELinks) project to compile it easier. + +After installation, run: ldconfig -v | grep libjs.so +and you should see: libjs.so -> libjs.so |