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 and/or applications.
+
This getting started guide will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.  
 +
 
 +
Just read the following steps carefully by clicking on them:
  
 
# '''[[Get Qt]]'''
 
# '''[[Get Qt]]'''
 
# '''[[Get the mne-cpp source code]]'''
 
# '''[[Get the mne-cpp source code]]'''
 
# '''[[Compile the mne-cpp source code]]'''
 
# '''[[Compile the mne-cpp source code]]'''
# '''[[Get the sample data set]]''' (optional)
+
# '''[[Get the sample data set]]''' '''(optional)'''
  
Further reading to get you started:  
+
Further reading to get you started with the real deal:  
* '''Tutorial''': How to create your first MNE-CPP application.
+
* How to create your first MNE-CPP application. Read the tutorial [[here]]
* '''Tutorial''': How to create your first MNE-X plugin.
+
* How to create your first MNE-X plugin.
* '''Guide''': How to contribute your code.
+
* How to contribute your code.

Revision as of 14:58, 4 January 2016

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

Just read the following steps carefully by clicking on them:

  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 with the real deal:

  • How to create your first MNE-CPP application. Read the tutorial here
  • How to create your first MNE-X plugin.
  • How to contribute your code.