| View previous topic :: View next topic |
| Author |
Message |
frozenQueue n00b

Joined: 22 Jul 2010 Posts: 43
|
Posted: Mon Aug 22, 2011 4:48 pm Post subject: dev-lang/v8 shell? |
|
|
Hi. I installed dev-lang/v8 because I heard that V8 had a standalone interpreter that didn't require Java:
http://stackoverflow.com/questions/1802478/running-v8-javascript-engine-standalone
However, after installation there does not seem to be any v8-shell or other V8 binary. The "getting started" page at the V8 website only describes how to embedd V8 in C++ code, which is not quite what I wanted. |
|
| Back to top |
|
 |
Ormaaj Guru

Joined: 28 Jan 2008 Posts: 312
|
Posted: Wed Aug 24, 2011 6:07 pm Post subject: |
|
|
| Code: | ~ $ equery f --filter=cmd v8
* Searching for v8 ...
* Contents of dev-lang/v8-9999:
/usr/bin/d8
~ $ |
|
|
| Back to top |
|
 |
frozenQueue n00b

Joined: 22 Jul 2010 Posts: 43
|
Posted: Wed Aug 24, 2011 7:06 pm Post subject: |
|
|
| Ormaaj wrote: | | Code: | ~ $ equery f --filter=cmd v8
* Searching for v8 ...
* Contents of dev-lang/v8-9999:
/usr/bin/d8
~ $ |
|
Thanks Now I know what to do next time... |
|
| Back to top |
|
 |
|