Skip to content
Snippets Groups Projects
Verified Commit cb56dcc5 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

README.md: under Octave, the statistics package is not optional

[skip ci]
parent f0420fa2
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ A number of tools and libraries are needed in order to recompile everything. You ...@@ -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 - [GNU Octave](https://www.octave.org) with
- the development headers (if you want to compile the MEX for Octave) - 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) - 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 - [Meson](https://mesonbuild.com), version 0.64.0 or later
- [Pkgconf](http://pkgconf.org/), or another pkg-config implementation - [Pkgconf](http://pkgconf.org/), or another pkg-config implementation
- [Bash](https://www.gnu.org/software/bash/) - [Bash](https://www.gnu.org/software/bash/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment