Linux users
Current version (r14):
jsure.tar.gz (1.5 Mb) -
all versions
Macintosh users
Current version (r14):
JSure.dmg (1.4 Mb) -
all versions
Windows users
Windows is not currently supported, please use the jsure.org website to validate your scripts.
The source code of jsure is available via Mercurial:
You can also download a tarball (r16): jsure.tar.gz (3.8 Mb)
If you want to compile Jsure, here are the dependencies:
- Jsure is written in Ocaml. You need
Ocaml 3.10 or later.
- Jsure uses Aurochs as its parsing engine.
Clone the Aurochs repository by typing hg clone http://aurochs.fr/hg/aurochs.
or get the tarball.
Build and install Aurochs
(make &&PREFIX=/usr/local make install)
then build and install Jsure
(&&PREFIX=/usr/local make install).