首页| 论坛| 消息

标题:【有一起做的兄弟没有】HOW TO BUILD QT5 (VS2019+2022)
作者:zonznews
日期:2024-02-06 08:44
内容:

HOW TO BUILD QT5================Synopsis========System requirements------------------- Perl 5.8 or later- Python 2.7 or later- C++ compiler supporting the C++98 standardFor other platform specific requirements,please see section "Setting up your machine" on:http://wiki.qt.io/Get_The_SourceLicensing:----------Opensource users: = qt-everywhere-opensource-src-= -opensourceCommercial users: = qt-everywhere-enterprise-src-= -commercialLinux, Mac:-----------cd /./configure -prefix $PWD/qtbase -nomake testsmake -j 4Windows:--------Open a Windows SDK (7.0, 7.1 or later) command prompt. Ensure that thefollowing tools can be found in the path:* Perl version 5.12 or later [http://www.activestate.com/activeperl/]* Python version 2.7 or later[http://www.activestate.com/activepython/]* Ruby version 1.9.3 or later[http://rubyinstaller.org/]cd \configure -prefix %CD%\qtbase -nomake testsnmake // jom // mingw32-makeTo accelerate the bootstrap of qmake with MSVC, it may be useful to pass"-make-tool jom" on the configure command line. If you do not use jom,adding "/MP" to the CL environment variable is a good idea.More details follow.Build!======A typical `configure; make' build process is used.Some relevant configure options (see configure -help):-releaseCompile and link Qt with debugging turned off.-debugCompile and link Qt with debugging turned on.-nomake tests&nb ..

回复 发表
主题 版块