From b5a1bfb20019b74fd485d0ba4928bc86f0b2f16f Mon Sep 17 00:00:00 2001 From: sapetnioc Date: Thu, 13 Jul 2023 14:23:56 +0200 Subject: [PATCH] #345 doc --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db78000..4d518e63 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,18 @@ Unified development environment for BrainVISA projects. ## Setup development environment ```shell -sh <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/setup/conda/setup) /somewhere``` +sh {dir} {package} <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/setup/conda/setup) ``` +Where `{dir}` is the path of the development directory and `{package}` is the name of a predefined set of software components. These package name is passed to brainvisa-cmake to select components. It can be any +package defined in brainvisa-cmake but here are the most useful: + +- brainvisa-dev: all components whose sources are publicly available. +- brainvisa: components included in BrainVISA distribution. +- brainvisa-cea: components deployed in Neurospin, MirCEN and SHFJ labs. +- brainvisa-cati: components used internally by CATI members. +- brainvisa-web: components necessary to build brainvisa.info web site. + ## Documentation * on github, master branch: https://brainvisa.github.io/casa-distro/