Install Qt Creator

From MNE-CPP Wiki
Revision as of 17:53, 21 January 2016 by LorenzE (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can either download (Select "View All Downloads") and install Qt Creator using the binaries directly, or you can build Qt Creator by your self by downloading and compiling the source code. The source code is available as a zip (29 MB) or a tar.gz (22 MB).

To compile the Qt Creator do the following:

Windows

qmake –recursive
nmake
nmake install INSTALL_ROOT="C:\Qt\qt-creator-3.2.2"

Linux

qmake –recursive
make
make install INSTALL_ROOT=/path/to/your/Qt/qt-creator-3.2.2

Mac OS X

qmake –recursive
make
make install INSTALL_ROOT=/path/to/your/Qt/qt-creator-3.2.2