[vtkusers] Installing an application that uses VTK
Michael Jackson
mike.jackson at bluequartz.net
Thu Oct 23 15:57:17 EDT 2008
Yes, if you do a static compilation of VTK then you don't have to
worry about having VTK installed on the client machine. Also what
versions of OS X are you targeting? If you are on OS X 10.5 and want
to target 10.4 also then there may be some issues with the compilation
where you will need to put in some additional compile flags.
_________________________________________________________
Mike Jackson mike.jackson at bluequartz.net
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Oct 23, 2008, at 3:48 PM, Carl Trapani wrote:
> Oh yea ... I'm ignoring the "client machine" scenario for now ...
> I'll get to that later. But if you have advice, that would be great.
> I'm assuming static compilation will mean I don't need to do VTK
> separately on the client ... is that right?
>
> Thanks!
> Carl
>
> Carl Trapani wrote:
>> Well ... I need to put the VTK source somewhere, then do CMake and
>> get a build directory, then make and install that probably using
>> Eclipse CDT.
>> 1) Where should I put the source, build and install dirs for the
>> above?
>>
>> Then I need to put my applications source somewhere, CMake and
>> compile it and optionally install it.
>> 2) Suggestions on where to put my source and then where to install
>> my C++ application (that uses VTK 5.2)?
>>
>> 3) Pointers on tools would be very much appreciated. I'm thinking
>> about CPack .. but don't really know if this is appropriate. I'm
>> going with static compilation.
>>
>> Thanks tons!
>> Carl
>>
>> Michael Jackson wrote:
>>> Are you talking about where to install it on your own machine or
>>> on a clients machine that is installing your application?
>>>
>>>
>>
>> _______________________________________________
>> This is the private VTK discussion list.
>> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list