如题
离线
configure -static -debug-and-release -prefix “C:\Qt\Static\5.7.0” -platform win32-msvc2015 -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-sqlite -qt-sql-odbc -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests
step by setep,
configure成功后,使用nmake编译, nmake install 安装.
然后你就会成功的。
离线
卧槽, 是不是发现四个CPU的电脑, 只有一个在干活, 三个在旁边打酱油围观?!
终于找到办法了:
set CL=/MP
nmake
参考网址:
https://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake
离线