Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
Line 1: Line 1:
 
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.
 
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:]]'''
+
# '''[[Get the mne-cpp source code]]'''
 +
# '''[[Compile the mne-cpp source code]]'''
 +
# '''[[Optional - Get the sample data set]]'''
  
'''[[Compile the mne-cpp source code:]]'''
+
If you succesfully finished all the above steps, the following links may be of interst for you:  
 
+
'''Optional - Get the sample data set:'''
+
# Download the MNE sample data from [ftp://surfer.nmr.mgh.harvard.edu/pub/data/MNE-sample-data-processed.tar.gz here].
+
# Open the tar.gz file (i.e. with [http://www.7-zip.de/ 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-CPP application.
 
* Tutorial: How to create your first MNE-X plugin.
 
* Tutorial: How to create your first MNE-X plugin.
 
* Guide: How to contribute your code.
 
* Guide: How to contribute your code.

Revision as of 13:37, 4 January 2016

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.

  1. Get the mne-cpp source code
  2. Compile the mne-cpp source code
  3. Optional - Get the sample data set

If you succesfully finished all the above steps, the following links may be of interst for you:

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