--- layout: default title: marky - download ---
Prerequisites
Getting the Code
Get the latest Source Code from Git.
$ git clone git://github.com/nickbp/marky.git
Building
$ cd marky (where LICENCE is found)
$ mkdir bin
$ cd bin
$ cmake .. (autodetects optional components and creates Makefiles)
$ make
That should do it! The marky-file executable will be found in bin/apps/.
The build can optionally be configured with standard CMake tools like "ccmake" and "cmake-gui". You can use those to enable or disable optional components, or to enable a release build by setting CMAKE_BUILD_TYPE to "Release".