Binary installation: R2020a

This stand-alone version is currently not distributed in the main package.
You can download it separately: bst_bin_R2020a_YYMMDD.zip

Requirements

Operating system

Matlab Runtime

Installation

  1. Download the latest bst_bin_R2020a_....zip archive
  2. Unzip it somewhere on your computer, for example:
    • Windows: My documents\brainstorm3

    • Linux: /usr/local/brainstorm3 (or ~/brainstorm3 if you are not admin)

    • MacOS: Applications/brainstorm3

  3. Create a new folder "brainstorm_db" for the Brainstorm database, for example:

    • Windows: My documents\brainstorm_db

    • Linux: /home/username/brainstorm_db

    • MacOS: Documents/brainstorm_db

Start Brainstorm

  1. Download the Runtime R2020a (9.8) for your operating system: Mathworks website

  2. Install the Matlab Runtime:
    • Windows: Double-click on the .exe and follow the instructions

    • MacOS: Click on the zip file to unzip it, then click on "InstallForMacOSX"

    • Linux: From a terminal, unzip .zip, then run ./install

  3. Run the program in brainstorm3/bin/R2020a/
    • Windows: Double-click on brainstorm3.bat

    • MacOS: Double-click on brainstorm3.command and wait for instructions

    • Linux: From a terminal, run:
      cd brainstorm3/bin/R2020a/
      ./brainstorm3.command

  4. Troubleshooting for MacOS:
    • On recent versions of MacOS, you may get an error message "Application can't be opened because it is from an unidentified developer". This message would appear for all the programs that were not downloaded from the Apple app-store. To go around this verification: right-click on the application > Open, then click on the Open button.

    • Other MacOS issues are discussed on the forum: Support for MacOS BigSur.

  5. Troubleshooting for MacOS or Linux:
    • Some Linux Mint users have reported having interface issues, changing the graphical theme of their OS fixed this problem.

    • From a terminal, make sure that the file "brainstorm3.command" is executable:
      chmod a+x brainstorm3.command

    • If nothing happens, run:
      ./brainstorm3.command MATLABROOT
      MATLABROOT being the Matlab Runtime 9.8 folder (ex: /Applications/MATLAB/Runtime/v98)

    • Try with another binary release: See at the bottom of the Download page

  6. Troubleshooting for Windows:
    • Your current user may not have the necessary privileges. If are an administrator for your computer, you can do the following: right-click on brainstorm3.bat > Run as administrator.

    • If you are not the administrator of your computer and Matlab or the Runtime are not installed in the standard paths, Brainstorm may have trouble finding them. To specify manually the path of the Runtime or Matlab folder, right-click on brainstorm3.bat > Edit. Fill the second line of the script (Example: @SET MATLABROOT="C:\Program Files\MATLAB\R2020a"), save the file, and try to execute it again.

  7. If the startup process seems very long, try pressing ENTER after clicking on the terminal window.
  8. On Linux or MacOS, you may be asked to select the folder where you installed the Runtime.
  9. When asked for the Brainstorm database folder, pick the "brainstorm_db" you have just created.
  10. Follow all the introduction tutorials in the section "Get started": Tutorials

Updates

The automatic updates do not work with the stand-alone versions, follow this procedure:

InstallationR2020a (last edited 2023-01-27 17:08:33 by FrancoisTadel)