<md>
# Jancy Downloads

Jancy is distributed as an open-source project. To use it, you have to build it. Jancy has multiple dependencies, so building it might seem somewhat complicated. But fear not, for we are going to guide you step by step through the process. 

First, download the latest sources of Jancy and AXL (support library). There is no any actual difference between zip and tarball packages except for the line endings so it's up to you which one to use. Unpack them into locations of your choise. We will refer to these source directories (the ones containing subdirectories *cmake*, *include*, and *src* and the root *CMakeLists.txt* files) as *$JANCY_DIR* and *$AXL_DIR* respectively.

Then download the latest release of Graco parser generator. Choose a package suitable for your operating system and processor architecture. You don't need to actually *install* Graco or add it to the *PATH* environment variable -- just unpack it somewehere. Once again, we will refer to the root directory of Graco (the one containing subdirectories *bin*, *cmake*, *frame* etc) as *$GRACO_DIR*.

When you are done, proceed to preparing Jancy [build prerequisites](downloads/build_prerequisites.html).

## Latest Jancy & AXL Source

<files_list noshow="vers" td_width="auto">
<file area="archive/jancy" name="jancy-src-1.4.0.zip" date="auto" moreinfo="">Jancy 1.4.0 &mdash; Windows line endings (CR/LF)</file>
<file area="archive/jancy" name="jancy-src-1.4.0.tar.gz" date="auto" moreinfo="">Jancy 1.4.0 &mdash; Linux line endings (LF)</file>
<file area="archive/axl" name="axl-src-5.3.2.zip" date="auto" moreinfo="">AXL 5.3.2 &mdash; Windows line endings (CR/LF)</file>
<file area="archive/axl" name="axl-src-5.3.2.tar.gz" date="auto" moreinfo="">AXL 5.3.2 &mdash; Linux line endings (LF)</file>
</files_list>

## Latest Graco Release

<files_list noshow="vers" td_width="auto">
<file area="archive/graco/graco-1.1.1" name="graco-windows-1.1.1-x86.zip" date="auto" moreinfo="">Graco 1.1.1 &mdash; Windows (32-bit ZIP archive)</file>
<file area="archive/graco/graco-1.1.1" name="graco-windows-1.1.1-amd64.zip" date="auto" moreinfo="">Graco 1.1.1 &mdash; Windows (64-bit ZIP archive)</file>
<file area="archive/graco/graco-1.1.1" name="graco-linux-1.1.1-x86.tar.gz" date="auto" moreinfo="">Graco 1.1.1 &mdash; Linux (32-bit tarball)</file>
<file area="archive/graco/graco-1.1.1" name="graco-linux-1.1.1-amd64.tar.gz" date="auto" moreinfo="">Graco 1.1.1 &mdash; Linux (64-bit tarball)</file>
</files_list>

<br>

## Release Archive

<table class="info" width="100%" style="margin-top:22px">
    <tr valign="top">
    <td class="caption"><b>Release archive</b></td>
    </tr>
    <tr><td style="background-color:white;padding:0;margin:0;height:5px"><hr style="margin:0;padding:0"></td></tr>
      
    <tr valign="top" class="dark">
    <td style='width:100%'><a href="http://tibbo.com/downloads/archive/jancy/" target="_blank">http://tibbo.com/downloads/archive/jancy/</a></td>
    </tr>

    <tr valign="top" class="dark">
    <td style='width:100%'><a href="http://tibbo.com/downloads/archive/axl/" target="_blank">http://tibbo.com/downloads/archive/axl/</a></td>
    </tr>

    <tr valign="top" class="dark">
    <td style='width:100%'><a href="http://tibbo.com/downloads/archive/graco/" target="_blank">http://tibbo.com/downloads/archive/graco/</a></td>
    </tr>
</table>

---
Proceed to the Jancy [build prerequisites page](downloads/build_prerequisites.html)
</md>
