CMAKE错误项目文件无效;不包含cmakelists.txt [英] CMAKE error project files invalid ; does not contain cmakelists.txt

查看:2203
本文介绍了CMAKE错误项目文件无效;不包含cmakelists.txt的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在64位Windows计算机上从以下网站编译代码。

I am trying to compile the code from the following website on a 64 bit windows computer..

https://dms.sztaki.hu/en/project/gaussian-mixture-modeling-gmm- es-fisher-vector-toolkit

我遇到以下错误:


1)错误配置..项目文件可能无效

2)CMake错误:源目录/ GMM_Fisher_toolkit / GMM_CUDA_src似乎不包含CMakeLists.txt。

指定--help用于使用,或按下CMake GUI上的帮助按钮。

1) error configuration.. project files may be invalid
2) CMake Error: The source directory "/GMM_Fisher_toolkit/GMM_CUDA_src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

如何编译? / p>

How can I compile it?

推荐答案

要创建源代码生成:


  1. 将您的源代码解压到〜/ src / test

  2. 创建一个文件夹〜/ build / test

  3. 构建/测试

  4. 运行:cmake ../../ src / test

  5. 运行:make

  1. Extract your source code to ~/src/test
  2. Create a folder ~/build/test
  3. Goto: ~/build/test
  4. Run: cmake ../../src/test
  5. Run: make

这篇关于CMAKE错误项目文件无效;不包含cmakelists.txt的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆