[vtkusers] Build C++ applications without using CMake
Randall Hand
randall.hand at gmail.com
Fri Feb 25 11:50:47 EST 2005
Well, I can't speak for VC++, but in GNU-land I've been able to do it
without CMake by crafting a Makefile that simply has :
-L/home/u/rhand/local/lib/vtk -lvtkRendering -lvtkGraphics
-lvtkCommon -lvtkFiltering
In the compile line.
On Fri, 25 Feb 2005 22:32:25 +0800, 陈 昕 <chenxin48 at hotmail.com> wrote:
> Hi,
> I'm a beginner. I want to know is there a way to invoke ITK or VTK
> functions in other C++ applications without writting the CMakeLists? For
> instance, involving all the libraries or headers in VC++6.0 and just call
> them. It seems that someone else has asked similar questions but I can't
> find the anwser neither in FAQ nor the mailling list user guide.
> I would appreciate if you can help me. Thanks a lot.
>
> Chen
>
> _________________________________________________________________
> 免费下载 MSN Explorer: http://explorer.msn.com/lccn
>
> _______________________________________________
> 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
>
--
Randall Hand
http://www.yeraze.com
More information about the vtkusers
mailing list