1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[doc] info about mozjs-115

This commit is contained in:
Witold Filipczyk 2024-09-05 21:34:03 +02:00
parent 077c4709db
commit 6d34db5662

View File

@ -21,17 +21,13 @@ acceptable documentation, is actively developed and ought to work.
Ok, so how to get the ECMAScript support working? Ok, so how to get the ECMAScript support working?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On Debian testing (Etch) or unstable (SID), run the following: On Debian testing or unstable (SID), run the following:
$ apt-get install libmozjs-dev $ apt-get install libmozjs-115-dev
On Debian stable (Sarge), run the following:
$ apt-get install libsmjs-dev
On Arch Linux, run the following: On Arch Linux, run the following:
$ pacman -S js78 $ pacman -S js115
SpiderMonkey is disabled by default, enable it like this: SpiderMonkey is disabled by default, enable it like this:
@ -39,7 +35,7 @@ SpiderMonkey is disabled by default, enable it like this:
Check for the following line in the features summary: Check for the following line in the features summary:
Run-time dependency mozjs-78 found: YES 78.15.0 Run-time dependency mozjs-115 found: YES 115.15.0
Then run: Then run: