1 2Building COS requires: 3 - SCons 4.0+ 4 - Clang 15 5 - Qemu for simulation 6 7To build the source code run: 8# scons 9 10To clean the source tree run: 11# scons -c 12 13Building the documentation requires: 14 - Doxygen 15 - Graphviz 16 - dia 17 - Inkscape or png2pdf 18 19To build the documentation run the following command in the root folder: 20# doxygen docs/Doxyfile 21 22This will place the resulting HTML documentation in docs/html. 23