First time here? Checkout the FAQ!
x
0 votes
by (350 points)

I've been having trouble installing Meshalyzer. I downloaded the .AppImage file from https://git.opencarp.org/openCARP/meshalyzer/-/releases but when I try to make it executable with the command chmod +x ... I get that there is "no such file or directory"

I downloaded all the prerequisites too, except for 

cmake -S. -B_build -DUSE_VTK=OFF 

 cmake --build _build 

because they also result in error. I can't figure out why, nor why ubuntu can't find the .AppImage file I downloaded. 

What should I do?

1 Answer

0 votes
by (17.5k points)
The error you get when calling "chmod +x downloadedFile" indicates that the file your are trying to make executable does not exist at that location. Please double check to give the correct path to your downloaded file
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...