Guido Ranzuglia granzuglia fd6ea1653e added fopen linker flag
2010-03-19 08:14:49 +00:00
..
2010-02-10 11:54:00 +00:00
2010-03-04 10:40:36 +00:00
2010-03-11 15:01:00 +00:00
2010-03-19 08:14:49 +00:00
v11
2007-12-24 06:26:35 +00:00
2010-03-18 11:29:14 +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