(ENGLISH): Instructions to install cosmax on aLinux machine * create a specific directory (called for example /xxxx/cosmax) * download the file ftp://www.cenbg.in2p3.fr/astropart/VM/cosmax_linux.tar.gz into this directory * uncompress the file: tar -xfz cosmax_linux.tar.gz * set the environnement variable COSMAX to the path of that directory: for a csh shell: > setenv COSMAX /xxxx/cosmax > source setup.csh for a sh shell: > export COSMAX=/xxxx/cosmax > source setup.sh * test if python and root are installed: > which python > which root * If the two previous commands yield positive returns, you should be ready to go. (FRANCAIS) Instructions pour installer cosmax sous linux * creer un repertoire d'accueil (appele par exemple /xxxx/cosmax) * telecharger le fichier ftp://www.cenbg.in2p3.fr/astropart/VM/cosmax_linux.tar.gz dans ce repertoire * decompresser le fichier: tar -xfz cosmax_linux.tar.gz * assigner la variable d'environnement COSMAX au chemin du repertoire d'accueil: si le shell est csh > setenv COSMAX /xxxx/cosmax > source setup.csh si le shell est sh > export COSMAX=/xxxx/cosmax > source setup.sh * tester si python et root sont installes: > which python > which root * Si les deux commandes precedentes donnent des resulats positifs, le programme est pret.