Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a configure file and a Makefile to explain we now use cmake.
[simgrid.git] / configure
diff --git a/configure b/configure
new file mode 100755 (executable)
index 0000000..83578a2
--- /dev/null
+++ b/configure
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+echo "THIS COMMAND IS NOT AVAILABLE!"
+echo "Since v3.4 we use cmake. Now use:"
+echo "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install."