From ebdff56776e7420d167d0010bf00f1470f0eebfa Mon Sep 17 00:00:00 2001 From: legrand Date: Tue, 6 Nov 2007 09:33:23 +0000 Subject: [PATCH] corrected path in install.cmake comment git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@755 331e1502-861f-0410-8da2-ba01fb791d7f --- utilities/trunk/mySimpleApplication/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utilities/trunk/mySimpleApplication/index.html b/utilities/trunk/mySimpleApplication/index.html index 806332e29..2ae1e9c6f 100644 --- a/utilities/trunk/mySimpleApplication/index.html +++ b/utilities/trunk/mySimpleApplication/index.html @@ -176,6 +176,10 @@
SET(PARADISEO_DIR "/home/john/paradiseo-ix86-1.0" CACHE PATH "ParadisEO directory" FORCE)
+

Warning: Under Windows, the path to ParadisEO must be given with double-backslashes: +

+

SET(PARADISEO_DIR "E:\\soft\\paradiseo-ix86-1.0" CACHE PATH "ParadisEO directory" FORCE) +

If you have simply installed ParadisEO using the provided install script, go to the next step.

Advanced configuration: