Linux的CMake GUI在哪里? [英] Where is the CMake GUI for Linux?

查看:487
本文介绍了Linux的CMake GUI在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Ubuntu Linux上安装了CMake。尝试在Linux中运行CMake GUI。我发现它可以在Windows中运行,但是在哪里可以找到它以及如何在Linux中运行?

I have CMake installed on my Ubuntu Linux. Trying to run CMake GUI in Linux. I found it works in Windows, but where to get it and how to run in Linux?

推荐答案

cmake 被记录为命令(类型为 man cmake ),因此它不应具有任何GUI界面:

cmake is documented (type man cmake) as being a command, so it should not have any GUI interface:


DESCRIPTION

DESCRIPTION

  The  "cmake" executable is the CMake command-line interface.  It may be
   used to configure projects in scripts.  Project configuration  settings
   may be specified on the command line with the -D option.


它只是生成一个 Makefile (由 make 命令使用)。我不明白您期望使用哪种GUI。

And it is just generating a Makefile (to be used by the make command). I don't understand what kind of GUI are you expecting.

在Debian和类似Ubuntu的衍生产品上,您可以安装 cmake-gui cmake-qt-gui 软件包,然后运行 cmake-gui 命令。

On Debian and derivatives like Ubuntu, you might install the cmake-gui or cmake-qt-gui package then run the cmake-gui command.

这篇关于Linux的CMake GUI在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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