Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
Line 1: Line 1:
 
This portal will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.  
 
This portal will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.  
  
 +
== Step by Step Guide ==
 
Just read the following steps carefully by clicking on them:
 
Just read the following steps carefully by clicking on them:
  
Line 10: Line 11:
 
# [[Get the sample data set]] (optional)
 
# [[Get the sample data set]] (optional)
  
 +
== Further Reading ==
 
What are the next steps?  
 
What are the next steps?  
 
* Check out our [[Portal:Develop|development portal]] to get started with the real deal!  
 
* Check out our [[Portal:Develop|development portal]] to get started with the real deal!  
 
* Already done that? Maybe it is time to contribute your code with the help of the [[Portal:Contribute|contribution portal]].
 
* Already done that? Maybe it is time to contribute your code with the help of the [[Portal:Contribute|contribution portal]].

Revision as of 11:39, 5 January 2016

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

Step by Step Guide

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. Read the MNE-CPP coding conventions and style
  5. Read the MNE-CPP commit policy
  6. Get the sample data set (optional)

Further Reading

What are the next steps?