Portal:Getting Started

From MNE-CPP Wiki
Revision as of 14:34, 4 January 2016 by LorenzE (Talk | contribs)

Jump to: navigation, search

This page will show you how to setup the mne-cpp project in order to build and develop your own features with or based on the mne-cpp framework.

Get the mne-cpp source code:

Compile the mne-cpp source code:

Optional - Get the sample data set:

  1. Download the MNE sample data from here.
  2. Open the tar.gz file (i.e. with 7zip) and extract the data into the mne-cpp/bin/MNE-sample-data folder.


Optional - Further reading:

  • Tutorial: How to create your first MNE-CPP application.
  • Tutorial: How to create your first MNE-X plugin.
  • Guide: How to contribute your code.