From deb2771e620ba8a6a0837433066a6a386282f86b Mon Sep 17 00:00:00 2001 From: Sasha Lopoukhine Date: Fri, 30 Aug 2024 14:59:40 +0100 Subject: [PATCH] format README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 538f68a..d6d1c00 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Only linux is currently supported as a build environment Building Quidditch requires the following tools to be installed: + * CMake 3.21 or newer * A C++17 compiler * Python 3 @@ -12,6 +13,7 @@ Building Quidditch requires the following tools to be installed: * Docker to install the Quidditch toolchain. See [the toolchain directory for more details](runtime/toolchain/README.md) Afterward, you can perform a mega build using: + ```shell git clone --recursive https://github.com/opencompl/quidditch cd quidditch