On Wed, Jul 05, 2006 at 10:07:00PM EDT, Miciah Dashiel Butler Masters wrote: [..] > > > .. or would installing the two -dev packages have pulled all other > > necessary packages? > > `apt-get install libsmjs-dev` is adequate. > > > At least to me this is still not very clearly explained in the revised > > version of the ecmascript.txt document. > > Is there anything more that should be clarified in the latest version?
Probably going to say I'm dense.. or just splitting hairs but shouldn't the doc read: ---------------------------------------------------------------------------- On a debian system do a: # apt-get libsmjs-dev This will install both the spidermonkey engine and the js libraries. You can then proceed to (re)build elinks. The presence of the spidermonkey engine should be detected automatically and elinks will be built with ECMAscript support enabled. ... Check for "`Ecmascript .......... SpiderMonkey`" in Feature summary. ... On non-debian systems you will need to to compile the spidermonkey engine prior to building elinks: $ cd elinks $ wget . $ tar xvf .. etc. ---------------------------------------------------------------------------- .. or am I over-simplifying / missing something? Thanks cga _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
