<div dir="ltr">Thanks,<br><br>will let you know if it fixes the problem, I have just issued the make command.<br><br>Jothy<br><br><div class="gmail_quote">On Mon, Jul 19, 2010 at 12:11 PM, <a href="mailto:mtaverne@engits.eu">mtaverne@engits.eu</a> <span dir="ltr">&lt;<a href="mailto:mtaverne@engits.eu">mtaverne@engits.eu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


  

<div bgcolor="#ffffff" text="#000000"><div class="im">
On 19/07/2010 11:55, Jothy wrote:
<blockquote type="cite">
  <div dir="ltr">Now I opened cmd window and changed dir to the vtk
Build dir, then typed &quot;make&quot;..now its building . should I run &quot;Install&quot;
after make?<br>
  <br>
Thanks,<br>
  <br>
Jothy<br>
  <br>
  </div>
</blockquote></div>
It depends on what you want to do.<br>
By default &quot;make install&quot; will move all the libraries and binaries to
/usr/local/bin and /usr/local/lib.<br>
By defining the &quot;prefix&quot; variables, you can specify other installation
locations.<br>
<code>ex:<br>
CMAKE_INSTALL_PREFIX = /opt/VTK</code><br>
<br>
If you don&#39;t run &quot;make install&quot; or have specified non-standard
installation locations, you will have to specify the path to the
libraries everytime you want to compile something against them (export
LD_LIBRARY_PATH=..., -L/path/lib, etc).<br>
<br>
Another advantage of &quot;make install&quot; is that it will normally install
the QVTK plugin in Qt Designer as I said.<br>
<br>
My recommendations:<br>
-If you already have VTK installed through a package for example,
install to /opt/VTK-version<br>
-If you don&#39;t have VTK already installed, just run &quot;make install&quot; with
the default locations.<br>
<code><br>
</code>
</div>

</blockquote></div><br></div>