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

From MNE-CPP Wiki
Jump to: navigation, search
Line 2: Line 2:
 
# In QtCreator select the ''Release'' mode in the lower left corner.
 
# 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''.
 
# 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).  
+
# Right mouse click again and then hit ''Build'' (this step may take some time). Wait until progress bar in lower right corner turns green.
 
# 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.

Revision as of 16:07, 16 January 2017

  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). Wait until progress bar in lower right corner turns green.
  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.