Difference between revisions of "Compile MNE-CPP"
From MNE-CPP Wiki
(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: | ||
| − | + | <source lang=cpp> | |
| + | qmake -recursive | ||
| + | </source> | ||
Make the libraries and examples by running: | Make the libraries and examples by running: | ||
| − | + | <source lang=cpp> | |
| + | make | ||
| + | </source> | ||
| − | + | '''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 18: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 -recursiveMake 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