From b68a5b0411f3fd5962f96da3eafc0ed34a28d724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr> Date: Thu, 5 May 2022 11:56:34 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c4f0f80..2874904 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 -- GitLab