https://blog.youkuaiyun.com/tanningzhong/article/details/47835725
首先我是按照上述网址的文章进行编译的,前面都很顺利,就是在下面这一步的时候一直显示 "unrecognized tool chain x86-win32-vs12",尝试过了各种组合还是错误。
然后“../configure --help“了一下,发现是--target已经不支持VS12了,只能支持VS14或者15,所以将其改写成
”--target=x86_64-win64-vs15"就可以编译成功了。