如何在Windows10安装Qt、Boost和OpenEXR
时间: 2024-06-09 15:05:35 浏览: 138
在Windows上安装Qt
4星 · 用户满意度95%
安装Qt:
1. 下载Qt安装程序:https://www.qt.io/download-open-source
2. 运行安装程序并按照提示进行安装。
安装Boost:
1. 下载Boost源码:https://www.boost.org/users/download/
2. 解压缩源码文件。
3. 打开命令提示符,进入解压缩后的文件夹,并执行以下命令:
```
bootstrap.bat
```
4. 执行以下命令编译Boost库:
```
b2.exe -j 4 --build-type=complete --with-system --with-filesystem --with-thread --with-date_time --with-regex stage
```
5. 将编译好的Boost库添加到系统环境变量中。
安装OpenEXR:
1. 下载OpenEXR安装程序:https://github.com/openexr/openexr/releases
2. 运行安装程序并按照提示进行安装。
3. 将OpenEXR库添加到系统环境变量中。
阅读全文