Hi Kouros,

in addition to what Alan wrote:

For the MicroSoft compilers (Visual Studio is a convenient 
GUI around them) you have, basically, two choices:
- Use the suitable Visual Studio generator, apparently
   "Visual Studio 10 Win64"in your case.
   This will build a solution file and associated project 
files.
   Open the solution in Visual Studio and build the "ALL" 
project.

- Use the "NMake Makefiles" generator, this will produce 
makefiles,
   and then you run the nmake utility which will build all 
the
   libraries and programs from there on.
   It is the same procedure as Alan described for the 
other
   platforms.

(I never use the GUI myself, but I have access to it and 
should be
able to give some basic advise.)
  
Regards,

Arjen
On Sun, 1 Sep 2013 12:49:49 -0700 (PDT)

> On 2013-09-01 03:55-0700 Kouros Bina wrote:
> 
>> Alan: I used CMake 2.8 GUI and, I added BUILD_TEST is on 
>>and jpeg.
> What does one do after running CMake 2.8 GUI? Also, I 
>determined that
> my compiler is Visual Studio 10 Win64. I cannot 
>determine what the
> next step is. I would like to try some of the examples 
>and then make
> some programs for plotting contour plots from data 
>stored in files.
> What is done after running CMake 2.8 GUI?
> 

 

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited.
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.





------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to