[MOAB-dev] r4389 - MOAB/trunk/tools/vtkMOABReader

tautges at mcs.anl.gov tautges at mcs.anl.gov
Mon Dec 20 13:35:45 CST 2010


Author: tautges
Date: 2010-12-20 13:35:44 -0600 (Mon, 20 Dec 2010)
New Revision: 4389

Modified:
   MOAB/trunk/tools/vtkMOABReader/README
Log:
Updating README with build instructions.



Modified: MOAB/trunk/tools/vtkMOABReader/README
===================================================================
--- MOAB/trunk/tools/vtkMOABReader/README	2010-12-20 19:29:11 UTC (rev 4388)
+++ MOAB/trunk/tools/vtkMOABReader/README	2010-12-20 19:35:44 UTC (rev 4389)
@@ -1,2 +1,12 @@
-A MOAB reader plugin for VTK.  This plugin hasn't been tested
-extensively or used recently, so it may or may not be functional.
+A MOAB reader plugin for VTK/Paraview.  To build:
+- download and build Paraview from www.paraview.org
+- run 'ccmake .'; point MOAB_DIR to the MOAB install location, and ParaView_DIR to
+  THE PARAVIEW BUILD DIRECTORY (NOT the ParaView source directory); specifically, this is
+  the directory containing the ParaViewConfig.cmake file.  Configure, then generate.
+- run make; this should compile a 'libvtkMOABReader.so' shared library file, which serves
+  as a ParaView plugin
+- to read into ParaView, select Tools->Manage Plugins, then "Load New...", pointing it at
+  the libvtkMOABReader.so file; to read that plugin every time you start ParaView, expand
+  the '+' next to the plugin name and check the "Auto Load" box
+- you should now be able to read files using MOAB
+


































More information about the moab-dev mailing list