Windows cygwin 上的 C 中的 Gui
我正在尝试制作一个脚本,可以在 Windows 上的 cygwin 中生成一种聊天客户端,但我不知道如何开始,我看到了类似 gtk+ 的东西,但如何在 cygwin 中得到它,以及有什么之后我要做什么?
I'm trying to make a script that can generate a kind of chat client in cygwin on windows but I don't have a clue how to start, I saw something like gtk+ but how do I get that inside of cygwin, and what have I to do after that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Cygwin 有各种各样的 gtk 软件包。之后,您需要阅读一些文档并学习如何使用工具包来编写程序。 这里是一个入门教程。
Cygwin has an assortment of gtk packages. After that you need to read some documentation and learn how to use the toolkit to make your program. Here is a tutorial to get you started.
您是否锁定了 Cygwin,或者您使用它是因为您认为这是 Gtk+ 应用程序可以运行的地方?无论如何,我似乎记得这些软件包是 cygwin 安装程序中的选项。此链接似乎也有效: http://sourceware.org/cygwinports/ 。我倾向于在 MinGW 上使用 Gtk+ 生成本机程序,这样我的用户就不必安装所有 cygwin 来运行我的软件。
Are you locked to Cygwin or are you using that because you think that is where Gtk+ apps can run? In any case I seem to remember those packages as options in the cygwin installer. Also this link seems valid: http://sourceware.org/cygwinports/ . I tend to generate native programs using Gtk+ on MinGW instead so my users don't have to have all of cygwin installed to run my software.