Paolo Cignoni cignoni f5a9f015a6 [FGT - filter_fractal]
- implemented a more efficient algorithm to compute the samples' faces on target mesh
2010-01-21 15:21:49 +00:00
..
2010-01-13 09:13:26 +00:00
2010-01-21 15:21:49 +00:00
2010-01-13 09:15:08 +00:00
2009-11-09 17:56:59 +00:00
2010-01-11 11:25:36 +00:00

MeshLab and MeshLab's plugins invokes functions exported by external libraries. You have to compile this libraries before the MeshLab's code. 
To do this:

cd MESHLAB_DIRECTORY/src/external
qmake -recursive external.pro
make

To compile MeshLab and all MeshLab's plugins:

cd MESHLAB_DIRECTORY/src/
qmake -recursive meshlabv12.pro
make

For more and complete info, please, refer to the meshlab's site http://meshlab.sourceforge.net/wiki/index.php/Compiling#Compiling