From 6f0d1d441d8e8739c4dad8765de32edb040558a0 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 16 Apr 2023 11:32:18 +0200 Subject: [PATCH] Clarify how to install matio with conda-forge I prefer to suggest mamba as conda in its current version is extremely slow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8803dfd5..3e80ea58 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It can be used for reading and writing binary MATLAB `.mat` files from C++, with The depencies are [``CMake``](https://cmake.org/) (minimum version 3.10) and [``matio``](https://github.com/tbeu/matio). While we suggest to follow the build instructions provided in the [``matio`` home page](https://github.com/tbeu/matio), it can also installed from common package managers: - Linux: ``sudo apt install libmatio-dev`` - macOS: ``brew install libmatio`` -- Windows (but also Linux and macOS), via [``conda``](https://docs.conda.io/en/latest/). +- Windows (but also Linux and macOS), via [``conda-forge``](https://conda-forge.org/): ``mamba install -c conda-forge libmatio`` [`Eigen`](https://eigen.tuxfamily.org/index.php) is an optional dependency. If available, some conversions are defined.