Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
Line 6: Line 6:
 
# '''[[Get the sample data set]]''' (optional)
 
# '''[[Get the sample data set]]''' (optional)
  
If you succesfully finished all the above steps, the following links may be of interest for you:  
+
Further reading to get you started:  
 
* '''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 14:44, 4 January 2016

This page will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.

  1. Get Qt
  2. Get the mne-cpp source code
  3. Compile the mne-cpp source code
  4. Get the sample data set (optional)

Further reading to get you started:

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