Difference between revisions of "Portal:Getting Started"
From MNE-CPP Wiki
Line 6: | Line 6: | ||
# [[Get the mne-cpp source code]] | # [[Get the mne-cpp source code]] | ||
# [[Compile the mne-cpp source code]] | # [[Compile the mne-cpp source code]] | ||
− | # Read the mne-cpp [[Coding | + | # Read the mne-cpp [[Coding Conventions & Style|coding conventions and style]] page |
# Read the mne-cpp [[Commit Guidelines|commit guidelines]] | # Read the mne-cpp [[Commit Guidelines|commit guidelines]] | ||
# [[Get the sample data set]] (optional) | # [[Get the sample data set]] (optional) |
Revision as of 17:35, 4 January 2016
This guide will show you how to setup the mne-cpp project in order to build and develop your own features and/or applications.
Just read the following steps carefully by clicking on them:
- Get Qt
- Get the mne-cpp source code
- Compile the mne-cpp source code
- Read the mne-cpp coding conventions and style page
- Read the mne-cpp commit guidelines
- Get the sample data set (optional)
What are the next steps?
- Check out our 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 contribution portal.