Skip to content
Triston J. Taylor edited this page Nov 6, 2013 · 21 revisions

In order to build JSE you need to meet the package requirements. Most users have the requirements available to them in a standard desktop installation.

A Proper installation of an official WebKitGTK+ package, should insure that all other dependency requirements are met.

Build JSE

From the root of your extracted download or cloned project, enter the following command:

make

From this point, you can run examples, or the core.js file from the project's own bin directory.

bin/jse example/address-container.js

core.js is an executable shell script that specifies ./bin/jse as its interpreter. You execute the shell file as such:

./core.js

JSE will make all arguments available to the target script, and does not accept any "own arguments" other than the file to execute.

Install JSE

To make jse a part of your environment (/bin/jse) issue the following command:

sudo make install
Clone this wiki locally