LoginSignup
0
0

More than 5 years have passed since last update.

Install Meshlab 2016 to Debian Wheezy

Last updated at Posted at 2017-05-02
Playing with Debian Wheezy URL
Atom http://qiita.com/cielavenir/items/7835e3d110d7ad79c407
VSCode OSS http://qiita.com/cielavenir/items/8eb3f57373bac0f10d6f
Skype http://qiita.com/cielavenir/items/1b1d733e4ede8593040f
Meshlab 2016 http://qiita.com/cielavenir/items/5e02ce18d162e17c8859
  1. Install clang-3.4 ( https://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md )
  2. Download and extract http://ppa.launchpad.net/zarquon42/meshlab/ubuntu/pool/main/m/meshlab/meshlab_2016.12~trusty2.tar.xz
  3. debuild -uc -us. This should show some package errors. Install them accordingly.
    • In my case, sudo apt-get install libqt5xmlpatterns5-dev qtscript5-dev qtbase5-dev libqt5opengl5-dev qt5-default freeglut3-dev
  4. Delete and re-extract the source package.
  5. Search dh_shlibdeps in debian/rules and append --dpkg-shlibdeps-params=--ignore-missing-info
  6. Make a temporary environment where g++ refers clang++ (perhaps ln -s /usr/bin/clang++ ~/bin/g++ and prepend ~/bin to PATH)
  7. debuild -e PATH -uc -us
  8. sudo -i meshlab_2016.12~trusty2_amd64.deb
  9. Enjoy meshlab command

Note: I have not checked whether eigen is required or not. If you see error, try sudo apt-get install libeigen3-dev/wheezy-backports.

deb: https://www.dropbox.com/s/hclib4xzwub19rj/meshlab_2016.12~trusty2-actuallywheezy_amd64.deb

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0