Difference between revisions of "Compile MNE-CPP"

From MNE-CPP Wiki
Jump to: navigation, search
(Created page with "Now you're ready to build the whole MNE-CPP library by doing the following steps: Generate the Makefiles using qmake: qmake -recursive Make the libraries and examples b...")
 
 
Line 3: Line 3:
 
Generate the Makefiles using qmake:
 
Generate the Makefiles using qmake:
  
    qmake -recursive
+
<source lang=cpp>
 +
qmake -recursive
 +
</source>
  
 
Make the libraries and examples by running:
 
Make the libraries and examples by running:
  
    make
+
<source lang=cpp>
 +
make
 +
</source>
  
Tip: It's convinient to use the Qt Creator of the [QtSDK](http://qt-project.org/downloads) to build the libraries.
+
'''Hint:'''
 +
It's convinient to use the Qt Creator of the [http://qt-project.org/downloads QtSDK] to build the libraries.
 
Don't forget to add MNE-CPP documentation to Qt Creator (Tools->Options->Help->Documentation->Add...). You'll find the qt creator documentation under: /doc/qt-creator_doc/mne-cpp.qch
 
Don't forget to add MNE-CPP documentation to Qt Creator (Tools->Options->Help->Documentation->Add...). You'll find the qt creator documentation under: /doc/qt-creator_doc/mne-cpp.qch

Latest revision as of 17:55, 21 January 2016

Now you're ready to build the whole MNE-CPP library by doing the following steps:

Generate the Makefiles using qmake:

qmake -recursive

Make the libraries and examples by running:

make

Hint: It's convinient to use the Qt Creator of the QtSDK to build the libraries. Don't forget to add MNE-CPP documentation to Qt Creator (Tools->Options->Help->Documentation->Add...). You'll find the qt creator documentation under: /doc/qt-creator_doc/mne-cpp.qch