Difference between revisions of "Portal:Getting Started"
From MNE-CPP Wiki
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 and/or applications. | This page will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications. | ||
+ | # '''[[Get Qt]]''' | ||
# '''[[Get the mne-cpp source code]]''' | # '''[[Get the mne-cpp source code]]''' | ||
# '''[[Compile the mne-cpp source code]]''' | # '''[[Compile the mne-cpp source code]]''' |
Revision as of 14:42, 4 January 2016
This page will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.
- Get Qt
- Get the mne-cpp source code
- Compile the mne-cpp source code
- Get the sample data set (optional)
If you succesfully finished all the above steps, the following links may be of interest for you:
- Tutorial: How to create your first MNE-CPP application.
- Tutorial: How to create your first MNE-X plugin.
- Guide: How to contribute your code.