Downloading KMCC

Installation

Since KMCC compiles to Haskell, a Haskell implementation is required to install KMCC. An appropriate Haskell compiler is downloaded by Haskell Stack during the installation process. Thus, this build tool is required to be installed on your system. For instance, if you run Ubuntu Linux, you can easily install this tool by

  sudo apt-get install haskell-stack

Now you can install KMCC by unpacking a distribution file and running make:

  tar xvzf kmcc-<version>.tar.gz
  cd kmcc-<version>
  make

Distributed versions of KMCC

Version Distribution file
KMCC Version 0.6.0 (2026-07-23): kmcc-0.6.0.tar.gz