https://nodejs.org/en/download
https://visualstudio.microsoft.com/downloads/
https://www.python.org/downloads/
pip install html5lib
Check if pip's 'site-packages' is set to environment variables like this-
C:\Python311\Lib\site-packages
https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0
choco install mingw --version=11.2.0
choco install ninja
choco install strawberryperl
choco install winflexbison
choco install openssl
Test GCC, CLang and Perl:
g++ --version
gcc --version
ninja --version
clang++ --version
perl --version
Microsoft Visual C++ (MSVC):
check if listed in appwiz.cpl
https://gnuwin32.sourceforge.net/downlinks/gperf.php
Add "GnuWin32\bin" path to system environment variables.
Windows:
(Customize paths accordingly.)
git clone git://code.qt.io/qt/qt5.git qt6
cd qt6
perl init-repository
mkdir qt6-build
cd qt6-build
"..\configure.bat" -prefix "D:\Qt-Dev\qt6\qt6-release"
cmake --build .
cmake --install .
Linux:
mkdir qt6-build
cd qt6-build
../configure -prefix /path/to/install
cmake --build . --parallel 4
cmake --install .
ctest -V -R qlocale
Windows-Specific: Visual Studio 2022, Visual Studio 2019, MinGW 11.2
Linux-Specific: OpenGL developing library (libgl-dev, libegl-dev), libfontconfig1-dev (for fonts to be rendered correctly), libinput-dev (for the XCB platform plugin), and the XCB libraries mentioned in https://doc.qt.io/qt-6/linux-requirements.html
Shamim Hossain
[email protected]
https://sparrowtech.org
+880 1758900389
Upwork Profile