Skip to content

Lx37/mne-cpp

 
 

Repository files navigation

MNE-CPP

MNE cross-platform standalone MEG/EEG (real-time) applications using Qt5's and Eigen's C++ libraries

Getting the latest code

To get the latest code using git, simply type:

git clone git://github.com/mne-tools/mne-cpp.git

If you don't have git installed, you can download a zip or tarball of the latest code: https://github.com/mne-tools/mne-cpp

Requirements

Windows

>= MSVC2010

Linux

>= gcc 4.5

MacOSX

>= Clang 3.1

Dependencies

Qt5

Building

To build the MNE-CPP libraries Qt5 and a platform specific C++ compiler are required.

To build MNE-CPP follow the wiki-guide:

  • 1. Build Qt5: This page describes how to build Qt5 for desktop platforms Windows/Linux/Mac OS X. How to build Qt5 on embedded plaforms (DirectFB, EGLFS, KMS, Wayland, Windows embedded, QNX, VxWorks, INTEGRITY) or mobile platforms (Android, iOS, Windows 8 (WinRT), BlackBerry 10) you'll find here.

  • (optional) 2. Install Qt Creator: For convinience of the further processing it's recommended to install Qt Creator at this point.

  • (optional) 3. Install Qt 3D: To use the MNE-CPP 3D libraries download and compile also the qt3d module. This step can be skipped when its intended to build MNE-CPP for Neuromag Linux machines or no 3D support is requested.

  • 4. Compile MNE-CPP: Now you're ready to build the whole MNE-CPP library.

Mailing list

http://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis

Workflow to contribute

To contribute to MNE-CPP, first create an account on github. Once this is done, fork the MNE-CPP repository to have you own repository, clone it using 'git clone' on the computers where you want to work. Make your changes in your clone, push them to your github account, test them on several computer, and when you are happy with them, send a pull request to the main repository.

Release

MNE1.0 release

Licensing

MNE-CPP is BSD-licenced (3 clause):

This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.

Copyright (C) 2012-2014, authors of MNE-CPP.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, 
  this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the names of MNE-CPP authors nor the names of any
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.

**This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
owner or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such
damage.**

About

MNE : Cross-platform standalone MEG/EEG (real-time) applications using Qt 5's C++ library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published