.. _Installation: ============= Installation ============= To install MAESTRO, simply clone it from the GitHub. .. code:: bash git clone https://github.com/maestro-project/maestro After that, go to the downloaded directory. Please make sure that you have all the packages installed(refer :ref:`Package Dependencies`) We also provide MICRO 2020 tutorial version `Docker Image `_ which includes MAESTRO binary file with proper environment settings. .. _Compiling the Code: Compiling the Code ------------------ .. code:: bash scons .. _Package Dependencies: Package Dependencies -------------------- C++ compiler (g++) SCONS build system (scons) Boost library (libboost-all-dev)