ino/JavaScriptCore

ino/JavaScriptCore is a JavaScriptCore based ino implementation.

As of now it offers JavaScriptCore/GTK+2 and JavaScriptCore/GTK+3 versions.

The code is released under an ISC-style license.

Usage

Just include <ino/lib.h> in your source files and use the pkg-config tool to retrieve compiler and linker flags (package names: ino-jsc-gtk2-0 for the JavaScriptCore/GTK+2 version, ino-jsc-gtk3-0 for the JavaScriptCore/GTK+3 version).

Installation

Download

See the downloads page.

Dependencies

Runtime dependencies

  • (optional) JavaScriptCoreGTK+ 1.0 for the JavaScriptCore/GTK+2 version;
  • (optional) JavaScriptCoreGTK+ 3.0 for the JavaScriptCore/GTK+3 version.

Build-time requirements

Installation instructions

As usual:

$ ./configure && make && make install

Extra ./configure options

--with-pkgconfigdir=DIR
Where to put pkg-config’s .pc files [LIBDIR/pkgconfig]