diff --git a/README.md b/README.md index c4f0f8073dabcfa7b540d999bf99f44f43f95a78..2874904cdc221d7f6a48aa96f09a85812721f84f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,24 @@ make install Note that this last command line can require some extra permissions (e.g. `sudo`). +#### Installation in a mamba virtual environment + +It is possible to install the autotools and to compile ROCK in virtual mamba environment. +Here'show to do: +```bash +mamba create -n ROCK_env +mamba init +cd ROCK +mamba activate ROCK_env +mamba install -y autoconf +mamba install -y automake +autoconf +aclocal +automake +./configure +make check +``` + ## Usage