Skip to content
Snippets Groups Projects
Commit b68a5b04 authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update README.md

parent b0be7a8e
No related branches found
No related tags found
No related merge requests found
Pipeline #81163 passed with stage
in 23 minutes and 13 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment