How to install ReMesh on Ubuntu (using wine)# install wine sudo apt-get install wine # go to the home directory (you can install it also in /usr/local/, then don't forget to prepend some sudo) cd ~ # download and extract ReMesh wget http://downloads.sourceforge.net/project/remesh/remesh/remesh-2.0_win32/ReMESH-2.0_win32.zip unzip ReMESH-2.0_win32.zip rm ReMESH-2.0_win32.zip mv ReMESH-2.0_win32 remesh cd remesh remesh_path=`pwd` # add it to the path echo '#!/bin/bash' >> remesh echo "/usr/bin/wine $remesh_path/remesh_2.0.exe \"\$@\"" >> remesh cd /usr/local/bin sudo ln -s $remesh_path/remesh . Download and install MSVC redistributable (by opening the .exe with wine).
Now you can open .stl mesh files using |