[December 2019]
[Keywords: Meshroom, Alice, photogrammetry, Ubuntu, Linux, 64bit, VirtualBox]
This page will document my efforts to install Meshroom photogrammetry software on Ubuntu 18.04. For the purposes of this initial installation I will install on a guest instance of Ubuntu 18.04 in Virtualbox, hosted on an Ubuntu 18.04 desktop.
My system :
This is a short list of the steps required to install Meshroom and get it running. See Details below for additional notes on each step.
I did not find it necessary to make any of the other changes noted in the Linux install reference; simply double-clicking on the Meshroom program file was sufficient to start the program.
Step 1 - download
An updated instance of Ubuntu 18.04 was created in VirtualBox 6.0.14. A current Guest Additions was installed in the Virtualbox instance. The Meshroom binary was downloaded into the Downloads directory in the home directory of the user login
Step 2 - un-zip
Using Archive Manager the binary is unzipped to a directory called Meshroom-2019.2.0 (of course this name will be different for different releases). A directory called Meshroom was created and the Meshroom-2019.2 directory was moved into it. Here is a directory listing:
[Note : Based on this reference : https://medium.com/@blomsmail/how-to-create-an-icon-launcher-for-ubuntu-616a197cb06a
Create the text file below, and save it to ~/.local/share/applications/meshroom.desktop.
Change "yourname" in the file to your home directory name. Adjust the Icon=, Path=, and Exec= lines for the version of Meshroom that you are using.
[Desktop Entry]
Encoding=UTF-8
Version=2019.2.0
Type=Application
Name=Meshroom
Icon=/home/yourname/Meshroom-2019.2.0/lib/meshroom/ui/img/meshroom.svg
Path=/home/yourname/Meshroom-2019.2.0/
Exec=/home/yourname/Meshroom-2019.2.0/Meshroom
StartupNotify=false
StartupWMClass="Meshroom", "Meshroom"
OnlyShowIn=Unity;GNOME;
X-UnityGenerated=true
Meshlab can be installed from the Ubuntu Software store, and run as any other installed application.