
The filter appeared in the GUI and ran successfully. \meshlabplugins\filter_screened_poisson\filter_screened_poisson.xml. I discovered that the XML file associated with the DLL was not copied. One problem that I noticed with my installation: The screened Poisson surface reconstruction filter was missing from the filters menu in the GUI, even though the library was compiled successfully and was copied to the distrib\plugins folder. To get it to run, you will need to copy the following files from "C:\Qt\Qt5.7.1\5.7\msvc2015_64\bin" to "\meshlab\src\distrib":Īlternatively, you can add "C:\Qt\Qt5.7.1\5.7\msvc2015_64\bin" to the Windows Path Environment Variable. If everything completes successfully, the meshlab executable file will be in "\meshlab\src\distrib". Some of the nmake commands take several minutes to execute.

SET qm=C:\Qt\Qt5.7.1\5.7\msvc2015_64\bin\qmake "CONFIG+=no_batch CONFIG+=release CONFIG +=qml_release CONFIG+=c++11 QMAKE_CXXFLAGS+=-fPIC QMAKE_CXXFLAGS+=-std=c++11 QMAKE_CXXFLAGS+=-fpermissive QMAKESPEC+=win32-msvc2015" ( is the folder that meshlab was extracted to above, e.g., "C:\m圜ompiledCode\meshlab") Run the following commands (don't run the text in brackets): Start->Visual C++ Build Tools->Windows Desktop Command Prompts->Visual C++ 2015 圆4 Native Build Tools Command Prompt Open the Visual C++ 2015 圆4 Native Build Tools Command Prompt (not the regular Windows Command Prompt):.Rename the "vcglib-devel" folder "vcglib" Rename the "meshlab-master" folder "meshlab" Extract both ZIP files to the same folder
MESHLAB UBUNTU QT 3D ACCELERATION INSTALL
I have attempted to follow their instructions for Windows as closely as possible.ĭownload and install Visual C++ 2015 Build Tools 2015:ĭownload ZIP files for meshlab (master branch) and vcglib (devel branch) source code: Initially, I successfully compiled Meshlab in Ubuntu, based on the instructions of jnweiger and BETLOG here:

I had a lot of trouble getting MeshLab to compile in Windows, so I have summarized the procedure that worked for me below.
