From 631aabeaa4001275fe18d4c23a0acd5152ccf0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Mon, 13 Jan 2025 18:11:22 +0100 Subject: [PATCH] Fix nested list in documentation --- doc/source/building.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/building.rst b/doc/source/building.rst index 33f07f2164..37fbcd01a9 100644 --- a/doc/source/building.rst +++ b/doc/source/building.rst @@ -11,6 +11,7 @@ Building FLINT requires: * GMP, at least version 6.2.1 (https://gmplib.org/) * MPFR, at least version 4.1.0 (https://mpfr.org/) * Either of the following build systems: + * GNU Make together with GNU Autotools (Recommended) * CMake (Only supported for Windows users)