Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetic(cherry picked from commit a246b2d82b1adcd5f8fbaa5791b660d331d7209a)
[simgrid.git] / configure
1 #! /bin/sh
2
3 cat <<EOT
4 THIS COMMAND IS NOT AVAILABLE!
5 Since v3.4 we use cmake. Now use:
6         cmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .
7         make
8         make install
9 EOT
10
11 exit 1