Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread David Aldrich
Hi Michael Thanks for making that clear. David From: Michael Wild [them...@gmail.com] Sent: 07 September 2010 15:40 To: Arjen Markus Cc: David Aldrich; CMake@cmake.org Subject: Re: [CMake] Complete beginner question about tutorial Never EVER put CMake

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread David Aldrich
Hi Arjen Thanks for your answer. Best regards David > -Original Message- > From: Arjen Markus [mailto:arjen.mar...@deltares.nl] > Sent: 07 September 2010 15:07 > To: David Aldrich > Cc: CMake@cmake.org > Subject: Re: [CMake] Complete beginner question about tuto

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread Michael Wild
t;> check-in the generated Makefile, so that the user only needs to update his >> (svn) working copy and run make? >> Best regards >> David >>> -Original Message- >>> From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf >>

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread Arjen Markus
plete beginner question about tutorial Am Tuesday 07 September 2010 schrieb David Aldrich: Hi I want to run the CMake tutorial (http://www.cmake.org/cmake/help/cmake_tutorial.html). The tutorial appears not to show the CMake commands necessary to build program. On Windows what command should I u

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread David Aldrich
needs to update his (svn) working copy and run make? Best regards David > -Original Message- > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf > Of Rolf Eike Beer > Sent: 07 September 2010 13:11 > To: cmake@cmake.org > Subject: Re: [CMake] Com

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread Arjen Markus
Hi David, that depends on the generator you specify: CMake "simply" creates makefiles or project files that you can then use to build the program or programs. In the case of "Visual C++ 2008", you need Visual Studio 2008 to load the project (solution) and build it. Regards, Arjen On 2010-09-07

Re: [CMake] Complete beginner question about tutorial

2010-09-07 Thread Rolf Eike Beer
Am Tuesday 07 September 2010 schrieb David Aldrich: > Hi > > I want to run the CMake tutorial > (http://www.cmake.org/cmake/help/cmake_tutorial.html). > > The tutorial appears not to show the CMake commands necessary to build > program. On Windows what command should I use to build the Tutorial >

[CMake] Complete beginner question about tutorial

2010-09-07 Thread David Aldrich
Hi I want to run the CMake tutorial (http://www.cmake.org/cmake/help/cmake_tutorial.html). The tutorial appears not to show the CMake commands necessary to build program. On Windows what command should I use to build the Tutorial executable with Visual C++ 2008? Best regards David