This note is an update to CASCADE Application项目 环境搭建文档》
The update is mainly on the dependent packages. My environment for building this version of CASCADE is win 10 + Visual studio 2013 + Qt 5.8 + Gtest 1.6 + dcmtk-3.6.1_20170228
Other packages are same with the document above.
Download Gtest from https://github.com/google/googletest/releases
DCMTK from http://support.dcmtk.org/redmine/projects/dcmtk/files
Build Gtest and DCMTK first using CMAKE. Be sure to choose corresponding Run-Time library (/MD for release /MDd for debug) for all the projects to allow whole projects to compile.
Copy libraries generated to the CASCADE\Thirdparty\x64 folder then build.
The "value" of "QsharedPointer" is a private member, change to ".data()" instead.
If the released version can not find platform information in Qt, use Qt windows deploy tool (http://doc.qt.io/qt-5/windows-deployment.html)
Astah Professional6.7.0 is not necessary for the compilation.
SVN is not necessary if you already have the code.