From 83e5d2beaeb4c30c9ed61702b62c556df5e47ec4 Mon Sep 17 00:00:00 2001 From: Dieter Baron Date: Fri, 22 Dec 2023 00:01:00 +0100 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088424e..7476068 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Fast Ninja is a minimalist frontend for the [Ninja](https://ninja-build.org) build system to allow it to be used directly. -## Building Accelerate +## Building Fast Ninja -Fast Ninja is written in C++20 and should run on any modern platform. It also comes with an extensive test suite. +Fast Ninja is written in C++20 and should run on any modern platform. It will also come with an extensive test suite. To build it, you need a C++20 compiler and [cmake](https://cmake.org). To run the tests, you need [Python](https://www.python.org) and [nihtest](https://github.com/nih-at/nihtest).