It is possible to build the D8 shell with readline support scons -Y.. console=readline d8
If on a 64-bit system add arch=x64 as well if on 32-bit readline libraries are installed scons -Y.. console=readline arch=x64 d8 This requires that the readline developer packages are installed. For Ubuntu use sudo apt-get install libreadline-dev Hope you will find this useful. Regards, Søren On Sat, Oct 10, 2009 at 09:45, Stephan Beal <[email protected]> wrote: > On Fri, Oct 9, 2009 at 6:57 PM, Joe Strout <[email protected]> wrote: > >> I might suggest making some mention of this on >> <http://code.google.com/apis/v8/build.html>, or even giving it its own >> page at the same level. I've been using v8 for weeks without knowing d8 >> even existed, and then I had to troll the internet a while to figure out >> what it does and how to build it. It looks like such a cool tool, it's >> a shame to leave it hidden in this way. >> > > likewise, i've been using v8 almost a year and didn't know this (only heard > of d8 in passing). > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
