Do you have Visual Studio? If so then the only thing you need is the source:<div><br></div><div><a href="http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.2.zip">http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.2.zip</a></div>
<div><br></div><div>Extract that and the open a 64-bit Visual Studio Command Prompt</div><div><br></div><div>Start -> Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 x64</div>
<div><br></div><div>Then cd into the directory where you extracted the source and run the following</div><div><br></div><div>configure <insert any options you might want></div><div>nmake</div><div><br></div><div>I don't think namke install works on Windows.</div>
<div><br></div><div>You should have a fully built Qt that you can build ParaView with.</div><div><br><div class="gmail_quote">On Fri, Apr 23, 2010 at 10:27 AM, Christian Werner <span dir="ltr"><<a href="mailto:christian.werner@rwth-aachen.de" target="_blank">christian.werner@rwth-aachen.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ah, great, thanks. What I just wondered: do I need the whole SDK or just the runtime environment? It just turned out that if you want to download the complete SDK you need to compile with mingw anyway...<br>
<br>
Eric E. Monson schrieb:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Hey Christian,<br>
<br>
I recently had to compile PV for Windows7 64-bit, and it didn't end up being that bad. <br>
I used Qt 4.6.2 open source (everywhere). I ran these commands from the 64-bit Visual Studio Pro command prompt (I can't remember if I was running as Administrator) in the Qt source directory:<br>
<br>
configure.exe -release -plugin-sql-sqlite<br>
nmake<br>
nmake install<br>
<br>
nmake took about 3 hours. (The sqlite plugin was for another project.)<br>
<br>
Not sure that the "nmake install" did anything. The last few messages kept were saying something about not being able to do a cyclic copy.<br>
<br>
You can tell I'm not an expert in this, but I _did_ work just fine.<br>
-Eric<br>
<br>
------------------------------------------------------<br>
Eric E Monson<br>
Duke Visualization Technology Group<br>
<br>
<br>
On Apr 23, 2010, at 9:49 AM, Christian Werner wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Hi!<br>
<br>
I am about to install the latest Paraview on a 64-Bit Windows System. When doing this on a 32-bit Windows I made a bad and painful experience when trying to setup everything starting with a self-compiled QT. I finally succeeded when I skipped that QT compiling part and used a QT binary instead that was compiled for VisualStudio (this is important). However, you cannot download a 64Bit binary of QT for Windows in general.<br>
<br>
I am shivering in fear when thinking about what will happen if I try to do this QT compiling on the 64-Bit System. I see my self doing this all over and over without success, as it happened before on the 32Bit system. So I wanted to be sure if that 64Bit version of QT is actually needed for 64Bit Paraview. Maybe the binary 32Bit suffices already?<br>
<br>
If not, does anyone have experience in this? I stopped trying after at least 3 differently parameterized compilations of QT turned out to not be what Paraview was looking for. If I need to, how would I compile QT to make it work with Paraview64 for Visual Studio?<br>
<br>
<br>
Best regards,<br>
Christian<br>
_______________________________________________<br></div>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><div><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></blockquote>
<br>
</blockquote><div><div></div><div>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>
</div>