-
Notifications
You must be signed in to change notification settings - Fork 4
1. Installing the Program
CARMA can be installed as a standalone Windows program by downloading a release (.zip) package from the website. Within this package is the executable (.exe) file Installer_web. Extracting and running this file will initiate a wizard that walks users through the installation steps, including selecting a directory for CARMA’s program files and (if necessary) downloading the appropriate version of the MATLAB Runtime. If a computer uses a proxy server to access the internet, this can be configured under Connection Settings.
The Standalone Installer for CARMA
CARMA was compiled to run on 64-bit Windows computers; it has been tested on Windows 7, Windows 8, and Windows 10. CARMA requires two additional pieces of software to function properly.
First, CARMA requires the free MATLAB Runtime (MCR) to interpret the compiled code. MCR is a stand-alone set of libraries that enables the execution of MATLAB files on computers without MATLAB. In order to enable the full functionality of MATLAB, the download for MCR is large. The version of MCR required corresponds to the version of MATLAB that compiled the source code; this information will always be indicated at the top of the release notes. The appropriate version of MCR is automatically downloaded as part of the CARMA installation or may be installed manually by visiting: http://www.mathworks.com/products/compiler/mcr/
Second, CARMA requires the free, open-source VideoLAN VLC media player to display multimedia files. CARMA will prompt users without VLC installed to visit the download page at: http://videolan.org/vlc/. Users must install the 64-bit version of VLC to use in conjunction with CARMA. During the VLC installation, users must also make sure to enable the "ActiveX plugin" as this is how CARMA connects to it.
The interaction between user, CARMA, and its dependencies