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 ==
+
== Setup MNE-CPP for development ==
Just read the following steps carefully by clicking on them:
+
If you want to setup the latest MNE-CPP version please read the [[Step by Step Setup Guide|step by step setup guide]]. This version is activley maintained by the MNE-CPP team and uses the new qt3D module. Using this version is strongly recommended!
  
# [[Get Qt]]
+
If you want to use the MNE-CPP version based on the old qt3D module please read the step by step guide [[Step by Step Setup Guide (old qt3D version)|here]]. Please note that this version is not longer maintained or developed, since the old qt3D version has been completley replaced by the new qt3D module.
# [[Get the MNE-CPP source code]]
+
# [[Compile the MNE-CPP source code]]
+
# Read the MNE-CPP [[Coding Conventions & Style|coding conventions and style]]
+
# Read the MNE-CPP [[Commit Policy|commit policy]]
+
# [[Get the sample data set]] (optional)
+
  
 
== Further Reading ==
 
== Further Reading ==

Revision as of 15:16, 19 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.

Setup MNE-CPP for development

If you want to setup the latest MNE-CPP version please read the step by step setup guide. This version is activley maintained by the MNE-CPP team and uses the new qt3D module. Using this version is strongly recommended!

If you want to use the MNE-CPP version based on the old qt3D module please read the step by step guide here. Please note that this version is not longer maintained or developed, since the old qt3D version has been completley replaced by the new qt3D module.

Further Reading

What are the next steps?