Difference between revisions of "Step by Step Setup Guide"
From MNE-CPP Wiki
(Created page with "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...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
# Read the MNE-CPP [[Coding Conventions & Style|coding conventions and style]] | # Read the MNE-CPP [[Coding Conventions & Style|coding conventions and style]] | ||
# Read the MNE-CPP [[Commit Policy|commit policy]] | # Read the MNE-CPP [[Commit Policy|commit policy]] | ||
− | # [[Get the sample data set]] | + | # [[Setup the MNE-CPP QtCreator wizard]] |
+ | # [[Get the sample data set]] | ||
− | + | You are all done. You can try to run one of the applications or examples in the mne-cpp/bin folder to test if the build was successful. Please note that for some examples you will need the sample data set. |
Latest revision as of 19:07, 29 May 2018
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
- Read the MNE-CPP commit policy
- Setup the MNE-CPP QtCreator wizard
- Get the sample data set
You are all done. You can try to run one of the applications or examples in the mne-cpp/bin folder to test if the build was successful. Please note that for some examples you will need the sample data set.