Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
 
(13 intermediate revisions by 2 users not shown)
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 use the MNE-CPP project as developer or command line user.  
  
== Step by Step Guide ==
+
= Getting Started as Developer =
Just read the following steps carefully by clicking on them:
+
  
# [[Get Qt]]
+
If you want to setup and compile the latest MNE-CPP version please read the [[Step by Step Setup Guide|'''step by step setup guide''']].
# [[Get the MNE-CPP source code]]
+
<!-- If you want to use the MNE-CPP version based on the old qt3D module please read the [[Step by Step Setup Guide (old qt3D version)|old step by step guide]]. 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.-->
# [[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 ==
+
= Getting Started as Command Line User =
What are the next steps?
+
The command line tools parameters are described in section [[Command Line Tools|Command Line Tools Instructions]].
* 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]].
+

Latest revision as of 18:26, 31 January 2018

This portal will show you how to use the MNE-CPP project as developer or command line user.

Getting Started as Developer

If you want to setup and compile the latest MNE-CPP version please read the step by step setup guide.

Getting Started as Command Line User

The command line tools parameters are described in section Command Line Tools Instructions.