Installation

Linux

Requires boost at least v1.74:

sudo apt-install libboost-all-dev

To install quilt run:

git clone https://github.com/djanloo/quilt.git
cd quilt
git submodule init && git submodule update
pip install .

Windows

Install WSL and follow instructions for Linux.

MacOs

TODO

The core of the simulator is written in C++. To produce an executable using the main() function that is contained in quilt/core/main.cpp, run:

make exe