V3D/Vaa3D installation procedures in Windows(VS2013) V3D安装教程

本文提供了在Windows环境下使用VS2013和Qt4.8.6通过qmake构建Vaa3D的详细步骤。涉及配置Qt环境变量、构建TIFF库、可选的片段追踪库以及配置和构建Vaa3D。安装过程中,特别强调了正确设置环境变量和使用jom加速构建过程的重要性。同时,对于可能出现的错误和解决方案进行了说明。
摘要由CSDN通过智能技术生成

官方安装教程网址:https://github.com/Vaa3D/Vaa3D_Wiki/wiki/Build-Vaa3D-on-Windows-with-qmake-using-VS2013-and-Qt4.8.6

安装方法主要和Windows系统下VS2010版的差不多,新增了一些步骤。在此仅介绍一下新的的步骤可能遇到的问题和解决方法。

在Windows系统下VS2010版V3D安装方法参考我以前的博客:https://blog.csdn.net/DOGIMA/article/details/99727774

在Ubuntu系统下V3D安装方法参考我以前的博客:
https://blog.csdn.net/DOGIMA/article/details/89671537?spm=1001.2014.3001.5501

用黄色标注的为我注释的一些问题的解决办法。

注:安装方法中的命令行都是在Visual Studio X64 Win64命令提示(2013)中完成的,即VS2013 x64 Native Tools Command Prompt。不要用成普通的cmd,或者其他版本的了。

新增内容如下:

1.Qt

Before Qt can be built, couple of system paths and environment variable have to be specified. In control panel > system, go to Advanced system settings and click on Environment Variable. Create 2 new variables with the values as shown below:

QTDIR=<your Qt path>\4.8.6
QMAKESPEC=win32-msvc2013

Then add this path to your PATH variable,

<your Qt path>\4.8.6\bin

so that your system knows where to find qmake.

Open VS2013 x64 Native Tools Command Prompt and navigate to \4.8.6. Configure Qt with the following line:

configure -debug-and-release -opensource -platform win32-msvc2013

Once the configuration is complete, input nmake to initiate the build

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值