From 8bc74cde8f6bfb4b264bb3399681e7e04ec1e703 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 18 Sep 2024 22:30:53 +0200 Subject: Update to configuration script; C99 -> C11 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8e23065..09b5881 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,8 @@ In the future this project may evolve as a new "back-end" for the classic ## Building -First run the configuration script to detect the system -configuration. This is going to select a C compiler and -architecture-specific optimizations. +First run the configuration script to detect the system configuration. +This is going to select a C compiler and architecture-specific optimizations. ``` $ ./configure.sh @@ -25,10 +24,11 @@ $ ./configure.sh These settings can be overridden, for example: ``` -$ CC=clang ./configure.sh # Force use of clang instead of default cc $ THREADS=3 CC=gcc ./configure.sh # Use 3 threads and compile with gcc ``` +All the configuration-time options are described in the `configure.sh` script. + Once the configuration is done, you can build with make ``` -- cgit v1.3