简体   繁体   English

是否有可以在Windows下使用的GTK终端组件?

[英]Is there a GTK terminal component that can be used under Windows?

I need to build a terminal-like application that needs to be used under my usual Ubuntu install but also under Windows. 我需要构建一个类似终端的应用程序,需要在我常用的Ubuntu安装下使用,但也需要在Windows下使用。 I've been looking for a terminal component that accepts commands and is able to show some kind of command history together with output. 我一直在寻找一个接受命令的终端组件,并能够显示某种命令历史记录和输出。

There is a component called VTE that is used in gnome-terminal, but I have not been able to compile it under Windows because it depends on some Unix-specific functions (as it seems). 在gnome-terminal中有一个名为VTE的组件,但是我无法在Windows下编译它,因为它依赖于某些特定于Unix的功能(看起来像)。 Do you know of any other terminal-like GTK components that can be built under Windows or some way to build VTE? 您知道其他任何类似终端的GTK组件可以在Windows下构建还是以某种方式构建VTE?

也许你想看一下名为zvt的旧GNOME小部件,它可能已被移植到Win32。

即使多年以后,仍然没有。

Gnuplot wxt provides a terminal which is compiled with GTK on X and uses the win32 API on windows. Gnuplot wxt提供了一个终端,它在X上用GTK编译,并在Windows上使用win32 API。 It uses the WxWindows interface to compile into both environments. 它使用WxWindows接口编译到两个环境中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM