Difference between revisions of "Portal:Getting Started"

From MNE-CPP Wiki
Jump to: navigation, search
 
(29 intermediate revisions by 2 users not shown)
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 with or based on the mne-cpp framework.
+
This portal will show you how to use the MNE-CPP project as developer or command line user.  
  
'''[[Get the mne-cpp source code:]]'''
+
= Getting Started as Developer =
  
'''[[Compile the mne-cpp source code:]]'''
+
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''']].
 +
<!-- 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.-->
  
'''Optional - Get the sample data set:'''
+
= Getting Started as Command Line User =
# Download the MNE sample data from [ftp://surfer.nmr.mgh.harvard.edu/pub/data/MNE-sample-data-processed.tar.gz here].
+
The command line tools parameters are described in section [[Command Line Tools|Command Line Tools Instructions]].
# Open the tar.gz file (i.e. with [http://www.7-zip.de/ 7zip]) and extract the data into the ''mne-cpp/bin/MNE-sample-data'' folder.
+
 
+
 
+
'''Optional - Further reading:'''
+
* Tutorial: How to create your first MNE-CPP application.
+
* Tutorial: How to create your first MNE-X plugin.
+
* Guide: How to contribute your code.
+

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.