Phillip M. Alday
  • Welcome
  • Blog
  • Statistics and R
  • About me
  • blog

As part of the migration to quarto, the blog has moved to a URL structure. The old URLs should still work, but will be static renders of the old HTML and not reflect the new design.

Compiling libeep on OS X (for importing data into EEGLAB)

compile
EEGLAB
EEProbe
libeep
OS X
Published

04 October 2012

This was originally posted on Blogger. Comments were not migrated.

For OS X, there are a few important tips: 

  1. You need a compiler installed -> you need XCode installed. You can get these via the App Store for free or, pre-Lion releases, from your install disc.  
  2. Most important tip** Before running ./configure –enable-matlab, you need to set the $MATLAB environment variable, which isn’t set by default on OS X. Do this via export MATLAB=/Applications/MATLAB_R2012a.app (with ’R2012a‘ changed to whatever your MATLAB version is.) 
  3.  You don’t need to ‘make install’ for using EEGLAB. Instead just copy the .mexmaci64 files from the mex/matlab folder to the anteepimport1.08 (version number may differ, but that was the latest based on a SVN checkout from a few days ago) subfolder in the eeglab plugins folder. If you there is no anteepimport plugin folder, then you need to create one and copy the contents of both mex/matlab and mex/eeglab to it. 
  4.  If you need to make install for other reasons, you have to sudo. 
Back to top