3160
Comment:
|
4089
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
* '''Linux''': Ubuntu 12.04+, !RedHat 6.x, Debian 6.x, SUSE 11.3+ ([[http://www.mathworks.com/support/sysreq/release2013b/index.html?sec=linux|details]]) * '''MacOS''': MacOSX 10.7.4+ (Lion), 10.8 (Mountain Lion), 10.9 (Mavericks) ([[http://www.mathworks.com/support/sysreq/release2013b/index.html?sec=mac|details]]) |
* '''Linux''': Ubuntu 12.04+, RedHat 6.x, Debian 6.x, SUSE 11.3+ ([[http://www.mathworks.com/support/sysreq/release2013b/index.html?sec=linux|details]]) * '''MacOS''': 10.7.4+ (Lion), 10.8 (Mountain Lion), 10.9 (Mavericks) ([[http://www.mathworks.com/support/sysreq/release2013b/index.html?sec=mac|details]]) |
Line 17: | Line 17: |
1. Unzip it somewhere on your computer, for example:<<BR>> * __Windows__: Program Files\brainstorm3 |
1. Unzip it somewhere on your computer, for example: * __Windows__: My documents\brainstorm3 |
Line 29: | Line 29: |
Line 38: | Line 37: |
1. Problems with MacOS or Linux: |
1. Troubleshooting for MacOS or Linux: * On recent versions of MacOS, you may get an error message "Application can't be opened because it is from an unindentified developer". This message would appear for all the programs that were not downloaded from the Apple appstore. To go around this verification: right-click on the application > Open, then click on the Open button. |
Line 41: | Line 40: |
* If nothing happens, run:<<BR>>''./brainstorm3.command MCR_DIR''<<BR>>MCR_DIR is the MCR 8.2 folder (ex: /Applications/MATLAB/MCR/v80) * If you can't get this run, you can with another binary release:<<BR>>Matlab 2012b: [[InstallationR2012b|See instructions]]<<BR>>Matlab 2014a: [[InstallationR2014a|See instructions]] 1. On Linux or MacOS, you will be prompted to select the folder where you installed the MCR. |
* If nothing happens, run:<<BR>>''./brainstorm3.command MCR_DIR''<<BR>>MCR_DIR is the MCR 8.2 folder (ex: /Applications/MATLAB/MCR/v82) * Try with another binary release: [[InstallationR2012b|Matlab 2012b]], [[InstallationR2014b|Matlab 2014b]], [[InstallationR2015b|Matlab 2015b]] 1. Troubleshooting for Windows: * Your current user may not have the necessary privileges. If are an adminstrator 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 MCR are not installed in the standard paths, Brainstorm may have trouble finding them. To specify manually the path of the MCR or Matlab folder, right-click on ''brainstorm3.bat'' > Edit. Fill the second line of the script (Example: @SET MATLABROOT="C:\Program Files\MATLAB\R2014b"), save the file, and try to execute it again. 1. On Linux or MacOS, you may be asked to select the folder where you installed the MCR. |
Line 46: | Line 47: |
1. Follow all the 12+3 introduction tutorials: [[Tutorials]] | 1. Follow all the introduction tutorials in the section "Get started": [[Tutorials]] |
Binary installation: R2013b
This stand-alone version is currently not distributed in the main package.
You can download it separately: bst_bin_R2013b_YYMMDD.zip
Requirements
Operating system
Windows: Any version (details)
Linux: Ubuntu 12.04+, RedHat 6.x, Debian 6.x, SUSE 11.3+ (details)
MacOS: 10.7.4+ (Lion), 10.8 (Mountain Lion), 10.9 (Mavericks) (details)
Matlab Compiler Runtime
MCR version: R2013b (8.2)
Download for free from the Mathworks website
Installation
- Download the latest bst_bin_R2013b_....zip archive
- 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
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
Download the MCR R2013b (8.2) for your operating system: Mathworks website
- Install the MCR:
Windows: Double-click on the .exe and follow the instructions
Linux: From a terminal, unzip .zip, then run ./install
MacOS: Click on the zip file to unzip it, then click on "InstallForMacOSX".
- Run the program in brainstorm3/bin/R2013b/
Windows: Double-click on brainstorm3.bat
MacOS: Double-click on brainstorm3.command and wait for instructions
Linux: From a terminal, run:
cd brainstorm3/bin/R2013b/
./brainstorm3.command
- Troubleshooting for MacOS or Linux:
On recent versions of MacOS, you may get an error message "Application can't be opened because it is from an unindentified developer". This message would appear for all the programs that were not downloaded from the Apple appstore. To go around this verification: right-click on the application > Open, then click on the Open button.
From a terminal, make sure that the file "brainstorm3.command" is executable:
chmod a+x brainstorm3.commandIf nothing happens, run:
./brainstorm3.command MCR_DIR
MCR_DIR is the MCR 8.2 folder (ex: /Applications/MATLAB/MCR/v82)Try with another binary release: Matlab 2012b, Matlab 2014b, Matlab 2015b
- Troubleshooting for Windows:
Your current user may not have the necessary privileges. If are an adminstrator 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 MCR are not installed in the standard paths, Brainstorm may have trouble finding them. To specify manually the path of the MCR or Matlab folder, right-click on brainstorm3.bat > Edit. Fill the second line of the script (Example: @SET MATLABROOT="C:\Program Files\MATLAB\R2014b"), save the file, and try to execute it again.
- On Linux or MacOS, you may be asked to select the folder where you installed the MCR.
- When asked for the Brainstorm database folder, pick the "brainstorm_db" you have just created.
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:
- Delete the brainstorm3 folder (don't worry, it will not delete your database)
- Download the latest release of the Brainstorm version
- Follow the installation instructions (see above)