Difference between revisions of "Compile the MNE-CPP source code"
From MNE-CPP Wiki
Line 4: | Line 4: | ||
# Right mouse click again and then hit ''Build'' (this step may take some time). | # Right mouse click again and then hit ''Build'' (this step may take some time). | ||
# After the build process is finished, go to the ''mne-cpp/bin'' folder. All applications and libraries should have been created throughout the build process. | # After the build process is finished, go to the ''mne-cpp/bin'' folder. All applications and libraries should have been created throughout the build process. | ||
− | # In case you do not have | + | # In case you do not have the Windows 8.1 SDK installed: |
− | ## Go to the [https://dev.windows.com/de-de/downloads/ | + | ## Go to the [https://dev.windows.com/de-de/downloads/windows-8-1-sdk Windows SDK download website] |
− | ## Download and install the SDK (during the installation, select the ''Debugging Tools for Windows'' box | + | ## Download and install the Windows 8.1 SDK (during the installation, make sure to also select the ''Debugging Tools for Windows'' box). |
## Open the QtCreator and select the debugger under ''Tools/Options/Build & Run/Kits/[your Kit name goes here]/Debugger''. | ## Open the QtCreator and select the debugger under ''Tools/Options/Build & Run/Kits/[your Kit name goes here]/Debugger''. |
Revision as of 17:04, 21 March 2016
- Go to your cloned repository folder and run the mne-cpp/mne-cpp.pro file with the QtCreator.
- In QtCreator select the Release mode in the lower left corner.
- In the Qt Creator's Projects window, right mouse click on the top level mne-cpp tree item and select Run qmake.
- Right mouse click again and then hit Build (this step may take some time).
- After the build process is finished, go to the mne-cpp/bin folder. All applications and libraries should have been created throughout the build process.
- In case you do not have the Windows 8.1 SDK installed:
- Go to the Windows SDK download website
- Download and install the Windows 8.1 SDK (during the installation, make sure to also select the Debugging Tools for Windows box).
- Open the QtCreator and select the debugger under Tools/Options/Build & Run/Kits/[your Kit name goes here]/Debugger.