Page 1 of 1

MacOS install

Posted: Thu Aug 31, 2017 10:31 am
by tsmith
I downloaded the MacOS version (2.7), but it only contains an exe file and not a dmg file. Am I missing something in how to install this on a Mac? Thanks - Tyler

Re: MacOS install

Posted: Thu Aug 31, 2017 2:23 pm
by rchlumsk
Hi Tyler

Raven does not need to be installed, from a Mac (and other platforms) you can simply run the Raven.exe file directly from a command line without installation. You can run the model from terminal using:

Code: Select all

Raven.exe <model_name>

# output to a particular folder called output
Raven.exe <model_name> -o ./output/

Hope that helps!
Rob