官方安装教程网址:https://github.com/Vaa3D/Vaa3D_Wiki/wiki/Build-Vaa3D-on-Linux
在Windows系统下VS2010版V3D安装方法参考我的博客:https://blog.youkuaiyun.com/DOGIMA/article/details/99727774
Windows下的VS2013版本V3D安装方法参考我的博客:
https://blog.youkuaiyun.com/DOGIMA/article/details/102812273?spm=1001.2014.3001.5501
实际安装过程中可能有很多问题需要解决。除了下载v3d_external和vaa3d_tools这两个文件夹以及下载Qt这些步骤外,建议主要按本文档的步骤顺序安装Linux版本的V3D,官方安装步骤为辅。以下是我总结的一些问题的解决方法和安装步骤。
Qt下载地址:
https://download.qt.io/archive/qt/
注意安装windows版V3D用的qt-everywhere-opensource-src-4.7.2.zip的Qt安装包不能直接用于Linux版V3D的安装,目前确认可用的Linux版V3D的Qt版本有qt-everywhere-opensource-src-4.7.3.tar.gz。
v3d_external和vaa3d_tools这两个文件夹可先下载git,然后用git下载,执行如下命令:
git clone --recursive https://github.com/Vaa3D/v3d_external.git
git clone https://github.com/Vaa3D/vaa3d_tools.git
Procedures for installing the V3D in Ubuntu16.04
1. 在ubuntu装Qt之前可以先运行以下命令。
sudo apt-get update
sudo apt-get install