Skip to content

Commit

Permalink
Update Compiled_EEGLAB.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Feb 13, 2024
1 parent bdb10e7 commit 6f38d28
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions others/Compiled_EEGLAB.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ plugin_askinstall('musedirect', 'eegplugin_musedirect', true);
plugin_askinstall('musemonitor', 'eegplugin_musemonitor', true);
plugin_askinstall('neuroscanio', 'eegplugin_neuroscanio', true);
plugin_askinstall('xdfimport', 'eegplugin_xdfimport', true);
plugin_askinstall('mffmatlabio', 'pop_mffimport', true);
plugin_askinstall('scd', 'eegplugin_scd', true);
% Removing clean_rawdata files
% For clean_rawdata, remove folder manopt/reference/m2html.
Expand Down Expand Up @@ -241,9 +243,13 @@ rmdir(fullfile(FieldTrip_folder,'external','sqdproject'), 's');
3. Open the Application compiler (Matlab tab "Apps" and button
"Application compiler") and open the "eeglab.prj" file. DO NOT RESAVE THE PROJECT IN THE APPLICATION COMPILER AS IT TENDS TO MESS UP PATHS FOR CROSS PLATFORM COMPILATION.

4. On the command line, type "setenv('MCC_USE_DEPFUN','1')". There will still be class errors when checking dependencies, but the EEGLAB will compile anyway.
4. If there are class errors (and there usuly are), use the command below. There will still be class errors when checking dependencies, but the EEGLAB will compile anyway. On the command line, type

5. If not using 2022b to compile, edit the file run_this_one_on_osx_and_linux and change the version number
```matlab
setenv('MCC_USE_DEPFUN','1')
```

7. If not using 2022b to compile, edit the file run_this_one_on_osx_and_linux and change the version number

4. Press "Package" and wait (usually 30 minutes or so)

Expand Down

0 comments on commit 6f38d28

Please sign in to comment.