forked from dgl/javascript-v8
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
33 lines (21 loc) · 664 Bytes
/
README
File metadata and controls
33 lines (21 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
JavaScript::V8 version 0.06
===========================
See the individual module documentation for more information.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
ExtUtils::XSpp
libv8
INSTALLING V8
Instructions for installing V8 can be found in the POD for JavaScript::V8
COPYRIGHT AND LICENCE
Copyright (C) 2009-2010 Paweł Murias
Copyright (C) 2011 David Leadbeater
Copyright (C) 2011 Igor Zaytsev
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.