Download Orfeo on MacOSX

Hi, I have some difficulties with installing Orfeo on my MacOsX. I downloaded the file (OTB-7.0.0-Darwin64.run) from the download page but I get a text file instead (OTB-7.0.0-Darwin64.run.txt) and I don’t know how to extract the other documents from this type of file.
Do you have any suggestions that can help? Thanks

Hello,

This is weird,

when I download OTB-7.0.0-Darwin64.run on macOS (using mojave and Safari), the file is downloaded as OTB-7.0.0-Darwin64.run.txt, even if the file is defintely not a text file (the first lines of the file are text but then it is binary). If I try to download the file with the Save As option is Safari, the default name is OTB-7.0.0-Darwin64.run as expected. I think safari adds the .txt extension because of the first lines of the file.

On Ubuntu, using Firefox, the file is correctly downloaded as OTB-7.0.0-Darwin64.run.

Anyway, the downloaded file should be the correct one, and you can exrtact OTB with

chmod +x OTB-7.0.0-Darwin64.run.txt
./OTB-7.0.0-Darwin64.run.txt

Cédric