Did you download or clone the repository? If you want to download the repo, you have to click on the button that says "Branch: master", click on "Tags" and chose "v2016.03.0" before hitting the Download button.
If you want to clone the repo, just clone as usual and then "git checkout v2016.03.0", or, if you want to it in one line: git clone --branch v2016.03.0 https://github.com/MITK/MITK.git Best, Stefan ________________________________________ Von: [email protected] <[email protected]> Gesendet: Donnerstag, 24. November 2016 14:03 An: Kislinskiy, Stefan; [email protected] Betreff: Re: [mitk-users] TR: Compiling MITK 2016.3.0 with MSVC 2013 Community Edition Hi, I download the Git repository here : git clone http://git.mitk.org/MITK.git with Git for Windows; so I imagine that is the 2016.3 MITK version, isn't it ? Thanks, Best regards, Grég. -----Message d'origine----- De : Kislinskiy, Stefan [mailto:[email protected]] Envoyé : jeudi 24 novembre 2016 13:33 À : [email protected]; [email protected] Objet : AW: [mitk-users] TR: Compiling MITK 2016.3.0 with MSVC 2013 Community Edition In addition to my mail from this morning, I could imagine that you switched back to the 2016.03 tag from the current master but you didn't change your build directory. Then you would have a polluted CMake cache with variables that do not exist / do not play any role in our CMake script at that time. I highly recommend to do a clean superbuild in another build directory when you did this, as there might be hard to find linker problems due to different built versions of external dependencies. ________________________________ Von: [email protected] <[email protected]> Gesendet: Donnerstag, 24. November 2016 11:12 An: [email protected] Betreff: [mitk-users] TR: Compiling MITK 2016.3.0 with MSVC 2013 Community Edition Hi, Thank you for your reply and your help ! Yesterday, I build successfully MITK 2016.3 with the same development environment : MSVC 2013 Community Edition update 5 Qt 5.4.1 MITK 2016.3 CMake 3.7 Boost 1.62.0 But in CMake GUI, I disabled the option : MITK_USE_QT_WEBENGINE. So, the superbuild works, and the MITK.sln with starts_release.bat works. The workbench project was ok. I take a look to the QWebEngineUrlSchemeHandler class today. I don't know what this class is used for. Logically, the name of this class make me think that is for the web ... Best regards, Grég. De : chunyu chu [mailto:[email protected]] Envoyé : lundi 21 novembre 2016 19:09 À : [email protected]<mailto:[email protected]> Objet : Re: [mitk-users] Compiling MITK 2016.3.0 with MSVC 2013 Community Edition hi, i think you have to use Qt 5.5.1, because other version of Qt not supported i feel. i have tryed all of Qt version > 5.5.1, and all failed. my environment is as follows (similar with yours): MSVC 2013 Community Edition Qt 5.5.1 MITK 2016.3.0 best, chunyu 2016-11-21 22:09 GMT+08:00 <[email protected]<mailto:[email protected]>>: Hi all, I want to build the last release for MITK with the MSVC 2013 Community Edition x64 compiler. I used : - MSVC 2013 Community Edition update 5 - Qt 5.4 - CMake 3.7 - Boost 1.62.0 The superbuild project failed at : - berryHelpWebView.cpp : cannot open include file : QWebEngineUrlSchemeHandler I saw on the Qt website that this class is available since Qt 5.6 : http://doc.qt.io/qt-5/qwebengineurlschemehandler.html On the download page of Qt 5.6, there is no "opengl" version ... But on the MITK website, this version of Qt is not supported yet : http://docs.mitk.org/2016.03/BuildInstructionsPage.html Thanks, Best regards, --------------------------------------------------------------------------- --- _______________________________________________ mitk-users mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
