상세 컨텐츠

본문 제목

리눅스에 메쉬랩 다운로드 Download MeshLab on Linux (AppImage, git)

카테고리 없음

by Riella 2022. 4. 6. 12:04

본문

728x90

공식 사이트, 공식 깃, ExtraPlugins, PyMeshLab

 

[AppImage를 통한 다운로드]

다운로드 페이지를 간다.

AppImage파일을 executable하게 만드는 법 (출처)

chmod a+x exampleName.AppImage
./exampleName.AppImage

MeshLab같은 경우는 아래처럼 돌려주면 된다.

chmod a+x MeshLab2022.02-linux.AppImage
./MeshLab2022.02-linux.AppImage

더블클릭해도 바로 실행된다.

meshlab

 

(수정중)

[깃을 통한 다운로드]

2022.02에 나온 버전 기준 Qt5.15가 필요하다.

Qt download(링크 첨부)

이후에는 아래처럼 하면 된다.

git clone --recursive https://github.com/cnr-isti-vclab/meshlab
mkdir meshlab/src/build
cd meshlab/src/build
cmake ..
make

댓글 영역