commit 831c56e9a185f658654a200605db76def40581de
parent 205a891bb0f8faba424020b174d0a1a4cce0b1cb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 19 Jul 2023 14:23:01 +0200
Small rewrite of the requirements section
Write them as a simple list, which is easier to readA C99 compiler,
POSIX make, and the RSys and Sleef header files and libraries.
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -9,7 +9,10 @@ mathematical functions.
## Requirements
-A C99 compiler, POSIX make, and the RSys and Sleef header files and libraries.
+- C compiler (C99)
+- POSIX make
+- [RSys](https://gitlab.com/vaplv/rsys/)
+- [Sleef](https://sleef.org/)
## Installation