Portal:Getting Started
From MNE-CPP Wiki
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.
Compile the mne-cpp source code:
Optional - Get the sample data set:
- Download the MNE sample data from here.
- 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.