Fork me on GitHub

Let us get started.

Getting Started on Other Platforms

The only way to use Macaroni on Linux or other platforms is currently to build it yourself (Debian packages are planned for the future).

    Compiling the Code

    Head to the downloads page and grab a "PureCpp" distribution of Macaroni. This is a version of the Macaroni code which is pure C++ source code. Unzip the files to some directory somewhere.

    Next, install the following dependencies:

    • Boost Build
    • Boost FileSystem
    • Boost Regex

    If all goes well, you should be able to build Macaroni by running

    bjam exe

    If anything goes wrong, additional instructions are in the file "jamroot.jam".

    The executable will be waiting for you in the exe directory.

Copyright 2014 Tim Simpson, released under the Apache License