1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Update ECMAScript instructions for Debian Sarge

This commit is contained in:
Miciah Dashiel Butler Masters 2006-07-06 02:03:47 +00:00 committed by Miciah Dashiel Butler Masters
parent 3b22a65ba9
commit 4623e55fe8

View File

@ -27,8 +27,13 @@ care of installation through a package system. Below are listed instructions
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.
On Debian testing or unstable, install the packages 'libsmjs1' and
'libsmjs-dev' by running:
On Debian testing (Etch) or unstable (SID), install the packages 'libmozjs0d'
and 'libmozjs-dev' by running:
$ apt-get install libmozjs0d libmozjs-dev
On Debian stable (Sarge), install the packages 'libsmjs1' and 'libsmjs-dev'
by running:
$ apt-get install libsmjs1 libsmjs-dev