mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Rewrite the Debian SpiderMonkey installation instructions
Per cga2000's suggestions on the mailing list (Message-id: <20060706034618.GA9392@turki.gavron.org>).
This commit is contained in:
parent
4623e55fe8
commit
6028813aad
@ -27,22 +27,25 @@ care of installation through a package system. Below are listed instructions
|
|||||||
on what package you need to install on various systems (please help improve
|
on what package you need to install on various systems (please help improve
|
||||||
the list). If all goes well you can proceed to rebuilding ELinks.
|
the list). If all goes well you can proceed to rebuilding ELinks.
|
||||||
|
|
||||||
On Debian testing (Etch) or unstable (SID), install the packages 'libmozjs0d'
|
On Debian testing (Etch) or unstable (SID), run the following:
|
||||||
and 'libmozjs-dev' by running:
|
|
||||||
|
|
||||||
$ apt-get install libmozjs0d libmozjs-dev
|
$ apt-get install libmozjs-dev
|
||||||
|
|
||||||
On Debian stable (Sarge), install the packages 'libsmjs1' and 'libsmjs-dev'
|
On Debian stable (Sarge), run the following:
|
||||||
by running:
|
|
||||||
|
|
||||||
$ apt-get install libsmjs1 libsmjs-dev
|
$ apt-get install libsmjs-dev
|
||||||
|
|
||||||
So, you need to get (and install) SpiderMonkey and then recompile your ELinks
|
Installing the -dev package will automatically pull in the library package.
|
||||||
(if you installed SM properly, ELinks should autodetect it during the
|
|
||||||
configure phase) and you are ready to fly.
|
|
||||||
|
|
||||||
If you have installed SpiderMonkey via apt-get, you are done and should ignore
|
Once this is done, rebuild ELinks. The configure script should detect
|
||||||
the following directions!
|
the SpiderMonkey library--check for this line in the features summary:
|
||||||
|
|
||||||
|
ECMAScript (JavaScript) ......... SpiderMonkey document scripting
|
||||||
|
|
||||||
|
After following these instructions on a Debian system, you are done and should
|
||||||
|
ignore the following directions.
|
||||||
|
|
||||||
|
The rest is only for non-Debian system.
|
||||||
|
|
||||||
Note that this procedure enables you to install SpiderMonkey, but in such a
|
Note that this procedure enables you to install SpiderMonkey, but in such a
|
||||||
way that it might not work with anything else but ELinks. It is unlikely that
|
way that it might not work with anything else but ELinks. It is unlikely that
|
||||||
|
Loading…
Reference in New Issue
Block a user