我已经使用 CMAKE 来配置和生成 DCMTK 源代码。现在我正在尝试在msys中使用make命令构建库。但是一旦我通过make命令,我就会得到这个:
212715008@G5CG7324856E /c/Ashish/dcmtkans
$ make
> Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft
> Corporation. All rights reserved.
为什么我得到这个
Microsoft Windows [版本 10.0.16299.726] (c) 2017 Microsoft Corporation。版权所有。
通过make命令后?我无法构建库。我该如何解决这个问题?