Luigi Malomo malomo 6a0a0592e9 Modified Texel Sampling and Texture filters to reflect changes within vcglib rasterization algorithm
Fixed some bugs in Filter Texture preventing properly texture assignment + minor changes
2010-02-09 19:14:20 +00:00
..
2010-02-08 14:10:25 +00:00
2010-02-01 10:20:47 +00:00
2010-02-01 13:31:11 +00:00
2010-02-08 15:36:51 +00:00
v11
2007-12-24 06:26:35 +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