Skip to content

Commit

Permalink
Update Running_EEGLAB_on_Octave.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Jan 6, 2024
1 parent 4828ed6 commit 938c5c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions others/Running_EEGLAB_on_Octave.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ Install Octave and EEGLAB
Download the latest version of Octave from [this
page](https://www.gnu.org/software/octave/download.html). EEGLAB has
been best tested using Octave 6.1 on Windows but might also run on later
versions and other platforms. We recommend the Octave installer for Windows, which has all toolboxes (signal processing, statistics, etc...) pre-installed. For Mac, you might also want to install gnu-tar to be able to uncompress Octave packages (brew install gnu-tar).

versions and other platforms. We recommend the Octave installer for Windows, which has all toolboxes (signal processing, statistics, etc...) pre-installed.
### Optional octave settings

To avoid having Octave show warning messages constantly, change the startup option and add "--traditional --brainless --quiet" (on Windows, select the Octave icon's property, and add the following options to the *Target* field).

### Non-windows Octave releases

If you are running Octave on Linux or macOS, in addition to Octave, you will need to install the Octave signal
processing and statistics package. On the Octave command line, type:
processing and statistics package. For Mac, you might also want to install gnu-tar to be able to uncompress Octave packages (brew install gnu-tar). On the Octave command line, type:

```
pkg install -forge control
Expand Down

0 comments on commit 938c5c5

Please sign in to comment.