Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-30 | Add support to `sudo` if necessary | Martin Nowack | |
Instead if executing system-relevant changes directly, use `sudo` on Ubuntu-based machines. Simplifies the installation procedure. | |||
2022-03-22 | Install doxygen and graphviz (dot) to generate Doxygen documentation when ↵ | Cristian Cadar | |
ENABLE_DOXYGEN=ON | |||
2020-01-08 | Link python3 on macOS | Cristian Cadar | |
2019-11-26 | remove python2 from osx CI | Felix Rath | |
Python 2 should not be needed anymore, so we remove it from osx CI. | |||
2019-04-04 | add tabulate to OSX build | Frank Busse | |
2019-03-10 | Updated dependency build system for KLEE | Martin Nowack | |
Provide a single `scripts/build/build.sh` file to build KLEE and its dependencies. |