-
Notifications
You must be signed in to change notification settings - Fork 3
How to Build JSE
Triston J. Taylor edited this page Nov 6, 2013
·
21 revisions
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.
To make jse a part of your environment (/bin/jse
) issue the following command:
sudo make install