From cb56dcc569f3e911f25a33d67f01967ca7119a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 29 Nov 2023 21:11:58 +0100 Subject: [PATCH] README.md: under Octave, the statistics package is not optional [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e267171fe3..fbd0723821 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ A number of tools and libraries are needed in order to recompile everything. You - [GNU Octave](https://www.octave.org) with - the development headers (if you want to compile the MEX for Octave) - the development libraries corresponding to the [UMFPACK](https://people.engr.tamu.edu/davis/suitesparse.html) packaged with Octave (if you want to compile the MEX for Octave) - - Optionally, the [Control](https://octave.sourceforge.io/control/), [IO](https://octave.sourceforge.io/io/), [Optimization](https://octave.sourceforge.io/optim/) and [Statistics](https://octave.sourceforge.io/statistics/) package either installed via your package manager or through [Octave Forge](https://octave.sourceforge.io/). + - the [statistics](https://octave.sourceforge.io/statistics/) package and, optionally, the [control](https://octave.sourceforge.io/control/), [io](https://octave.sourceforge.io/io/) and [optimization](https://octave.sourceforge.io/optim/) packages, either installed via your package manager or through [Octave Forge](https://octave.sourceforge.io/) - [Meson](https://mesonbuild.com), version 0.64.0 or later - [Pkgconf](http://pkgconf.org/), or another pkg-config implementation - [Bash](https://www.gnu.org/software/bash/) -- GitLab