Visual studio 2013 ARToolKit中缺少文件

Visual studio 2013 ARToolKit中缺少文件,visual-studio-2013,artoolkit,Visual Studio 2013,Artoolkit,我正在使用ARToolKit 5.3.3尝试从源代码构建。在构建SimpleSG示例应用程序时,我遇到以下错误: error C1083: Cannot open include file: 'DSVL.h': No such file or directory error C1083: Cannot open include file: 'GL/glext.h': No such file or directory error C1083: Cannot open include file

我正在使用ARToolKit 5.3.3尝试从源代码构建。在构建SimpleSG示例应用程序时,我遇到以下错误:

error C1083: Cannot open include file: 'DSVL.h': No such file or 
directory
error C1083: Cannot open include file: 'GL/glext.h': No such file or 
directory
error C1083: Cannot open include file: 'GL/glut.h': No such file or 
directory
error C1083: Cannot open include file: 'jpeglib.h': No such file or 
directory
error C1083: Cannot open include file: 'osg/Config': No such file or 
directory
error C1083: Cannot open include file: 'pthread.h': No such file or 
directory
error C1083: Cannot open include file: 'qedit.h': No such file or 
directory
Github的克隆位于C:/。我不知道为什么这些文件会丢失,在Mac上从源代码构建时,我对此没有任何问题。任何帮助都将不胜感激


ARToolKit 5.3.3、Windows 10、Visual Studio 2013

ARToolKit GitHub存储库中不保留第三方依赖项。为了满足您列出的缺少的依赖项,您需要DSVideoLib、GLUT、libjpeg、OpenSceneGraph、pthreads-win32和directshowsdk

获取这些数据的最简单方法是直接从打包的二进制ARToolKit SDK之一复制它们

否则,您需要做一些工作来下载和构建每个依赖项