[vtkusers] Vtk and Borland command line compiler
Xianjin Yang
Yang at AGIUSA.COM
Sun Jul 20 00:34:21 EDT 2003
Hi Hector,
Use CMake to create makefiles and run "make" to build an EXE. Here are some of
my CMake settings (values):
Where is the source code: C:\VTK\Examples\DataManipulation\Cxx
Where to build binaries: C:\VTK\Examples\DataManipulation\Cxx\bcb
Build For: Borland Makefile
VTK_DIR: c:\vtkbin (This is the directory in which you built your VTK or you
installed VTK. VTK dll's and/or lib's should be found in c:\vtkbin\bin in this
case).
After generating makefiles, go to the dir
C:\VTK\Examples\DataManipulation\Cxx\bcb in the Command Prompt, and run make to
build EXE files.
Good luck
Yang
-----Original Message-----
From: Héctor Salas Rodríguez [mailto:hsalas at tuny.com.mx]
Sent: Friday, July 18, 2003 2:46 PM
To: vtkusers at vtk.org
Subject: [vtkusers] Vtk and Borland command line compiler
Hi friends
Yesterday, I compiled the 4.2.2 VTK release with the Borland command
line compiler and all was ok. My questions are:
1.- How can I build the examples by hand with Borland C++ Compiler 5.5 (Command
line tools)?
2.- Which defines I must include in the compilation?
Thank you.
Hector.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030719/d20b587b/attachment.htm>
More information about the vtkusers
mailing list