Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
Line 1: Line 1:
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.  
+
This 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:
 
Just read the following steps carefully by clicking on them:
Line 8: Line 8:
 
# '''[[Get the sample data set]]''' '''(optional)'''
 
# '''[[Get the sample data set]]''' '''(optional)'''
  
Further reading to get you started with the real deal:
+
What are the next steps?
* How to create your first MNE-CPP application. Read the tutorial [[here]]
+
* Check out our [[Portal:Develop|development portal]] to get started with the real deal!
* How to create your first MNE-X plugin.
+
* Already done that? Maybe it is time to contribute your code with the help of the [[Portal:Contribute|contribution portal]].
* How to contribute your code.
+

Revision as of 17:04, 4 January 2016

This 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)

What are the next steps?