Installation¶
To install MAESTRO, simply clone it from the GitHub.
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 Package Dependencies)
We also provide MICRO 2020 tutorial version Docker Image which includes MAESTRO binary file with proper environment settings.
Compiling the Code¶
scons
Package Dependencies¶
C++ compiler (g++)
SCONS build system (scons)
Boost library (libboost-all-dev)