Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.25 KB

INSTALL.md

File metadata and controls

34 lines (21 loc) · 1.25 KB

Installation of meshalyzer

Meshalyzer is regularly used on Linux and Mac machines. It has worked under Windows as well.

Prerequisities

  1. libpng
  2. FLTK 1.3.x. Manually downloadad and installed is better since the prepackaged versions often have issues with fltk-config.
  3. glew.
  4. glut
  5. To make the "windowless" rendering version, OSMesa
  6. To read in VTK VTU format meshes, install VTK development files

Except for fltk, using your package manager is recommended for installing these packages if possible. On OSX, homebrew works for me.

Compiling

  1. If VTK is installed, edit the make.conf to set the VTK_INC and VTK_DIR variables to point to the directories containing the VTK header files and libraries, respectively. Comment them out otherwise.

  2. Type "make"

  3. For the windowless version, type "make mesalyzer"

  4. The compiled executables will be found in the src/ directory.

  5. Copy the binaries to a suitable location

Documentation

To compile (LaTeX required)

  1. cd manual
  2. pdflatex manual
  3. pdflatex manual