diff --git a/utilities/trunk/mySimpleApplication/index.html b/utilities/trunk/mySimpleApplication/index.html index 5734b244f..806332e29 100644 --- a/utilities/trunk/mySimpleApplication/index.html +++ b/utilities/trunk/mySimpleApplication/index.html @@ -247,19 +247,21 @@
Moreover, you should know in advance the kind of generator you want CMake to use.
-For an "out-source-build", let's suppose your application's source file is located in /home/john/mySimpleApplication and you want to build it in /home/john/work/result for Visual Studio 8 2005 : +
For an "out-source-build", let's suppose your application's source file is located in /home/john/mySimpleApplication and you want to build it in /home/john/mySimpleApplication/build for Visual Studio 8 2005 :
-From any directory, simply run (from a terminal/console) +
(Note: The "build" directory exists if the archive, we would advise you to build your program in it.) +
+From /home/john/mySimpleApplication/build, simply run (from a terminal/console)
The generic call for CMake is:
Then :
-- Go in /home/john/work/result +
- Go in /home/john/mySimpleApplication/build
- Compile your program using the appropriate tool. Examples: