Skip to content

dmbhatti/meshlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshLab v1.3.3

HOW TO COMPILE: (tested 6/16/16 on Ubuntu 14.04 LTS AMD64)

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

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

run "meshlab" executable file in MESHLAB_DIRECTORY/src/distrib

On a fresh copy of Ubuntu, you might need to install some packages before compiling:

sudo apt-get install libgmp3-dev libqt4-dev g++

For extended compilation procedure on Linux, look at: CompilationDetais/COMPILATION.md

Also checkout https://github.com/starseeker/meshlab for a CMake based compilation method. Still in the works as of 6/22/16.

Note: I was unable to compile it on 32-bit i386. 64-bit AMD64 only.

About

meshlab fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.2%
  • Makefile 20.1%
  • Shell 5.0%
  • Slash 3.2%
  • C 2.9%
  • M4 0.9%
  • Other 2.7%