Difference between revisions of "Compile the MNE-CPP source code"

From MNE-CPP Wiki
Jump to: navigation, search
(Created page with "# 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 t...")
 
Line 5: Line 5:
 
# 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 a windows debugger:
 
# In case you do not have a windows debugger:
## Go to the [https://msdn.microsoft.com/de-DE/windows/desktop/bg162891 Windows SDK download website]
+
## Go to the [https://dev.windows.com/de-de/downloads/sdk-archive Windows SDK download website]
 
## Download and install the SDK (during the installation, select the ''Debugging Tools for Windows'' box and clear all the other boxes).
 
## Download and install the SDK (during the installation, select the ''Debugging Tools for Windows'' box and clear all the other boxes).
 
## 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 19:08, 16 March 2016

  1. Go to your cloned repository folder and run the mne-cpp/mne-cpp.pro file with the QtCreator.
  2. In QtCreator select the Release mode in the lower left corner.
  3. In the Qt Creator's Projects window, right mouse click on the top level mne-cpp tree item and select Run qmake.
  4. Right mouse click again and then hit Build (this step may take some time).
  5. 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.
  6. In case you do not have a windows debugger:
    1. Go to the Windows SDK download website
    2. Download and install the SDK (during the installation, select the Debugging Tools for Windows box and clear all the other boxes).
    3. Open the QtCreator and select the debugger under Tools/Options/Build & Run/Kits/[your Kit name goes here]/Debugger.