It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                            
                        
                    
                
                                7年前关闭。
            
                    
我想知道,如果要为Linux Distro制作GUI安装程序,应该使用哪种编程语言?是GTK吗?要么 ?
像这样:http://www.castellan.net/linux_firewall/fedora_install_1.jpg或多或少。
这是我想尝试的ArchLinux。

最佳答案

您可以使用目标平台上支持GUI工具包绑定的任何语言。一些例子:


C和GTK +。
C ++和gtkmm。
C ++和Qt。
C#和Gtk#。
Python和PyGTK。
Python和PyQt。


这绝不是详尽的清单。

换句话说:从您熟悉的语言开始,然后查看是否有可用的GUI工具包可用,以该语言本地实现或通过绑定实现。

关于linux - 编写Linux Distro GUI安装程序用哪种语言,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11617985/

10-16 09:08