admin管理员组文章数量:1201982
I am trying to compile DCMTK to use the package with QT, But When I compile I am not able to see include folder inside the install path.
I downloaded the github -
I opened the folder in Cmake and gave configure
These are the options I enabled
After that I gave again configure and I clicked generate.
I opened the project in VC++ and build the whole solution
but still I dont see anything
I am trying to compile DCMTK to use the package with QT, But When I compile I am not able to see include folder inside the install path.
I downloaded the github - https://github.com/DCMTK/dcmtk?tab=readme-ov-file
I opened the folder in Cmake and gave configure
These are the options I enabled
After that I gave again configure and I clicked generate.
I opened the project in VC++ and build the whole solution
but still I dont see anything
Share Improve this question edited Jan 21 at 15:35 James Z 12.3k10 gold badges27 silver badges47 bronze badges asked Jan 21 at 11:52 RonRon 931 gold badge1 silver badge9 bronze badges 10 | Show 5 more comments1 Answer
Reset to default 0I opened VC++ in admin mode and ran the following command in VC++ terminal
cmake --build . --config Release --target INSTALL
It worked and installed DCMTK Thanks all for the support
本文标签: cInclude folder is not there after DCMTK CompilationStack Overflow
版权声明:本文标题:c++ - Include folder is not there after DCMTK Compilation - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738637935a2104146.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
INSTALL
target? – Botje Commented Jan 21 at 12:03