编程
上一页
下一页

编程

基本编译器

为了能够编译程序,需要安装一些额外的软件包。可以通过如下的命令来完成。

Java 运行环境(1.5)

注意

以下内容仅适用于i386amd64 架构的计算机。PowerPC 架构的计算机,请参阅 Ubuntu Wiki.

  1. Install the sun-java5-bin package from the Multiverse repository (see “管理软件仓库”一节).

  2. Some websites require the Java plugin for Mozilla Firefox. To install the java plugin, install the sun-java5-plugin package (for i386 machines) or the j2re-1.4-mozilla-plugin package (for amd64 machines) from the Multiverse repository.

开发工具

This section has a list of handy open source development tools for use on Kubuntu such as Integrated Development Environments and powerful Editors. Most of these applications can be installed by using Adept (see 第 3 章 添加、删除和更新应用程序).

  • KDevelop is an IDE for KDE which supports many programming languages.

  • Eric is a full featured Python and Ruby IDE.

  • PyQt is a set of Python bindings for the Qt toolkit.

  • Qt Designer 是一个编译KDE应用程序的用户界面编辑器。

  • IDLE 是内置Tkinter GUI工具包的 Python 集成开发环境(IDE)。

  • MonoDevelop 是一个编写C#和其他语言mono/.net程序的集成开发环境(IDE)。

  • Bazaar-NG 是一个 Ubuntu开发环境下控制软件发布版本的工具。

  • Eclipse是用于Java和其他语言的集成开发环境(IDE)。她是闭合源代码程序如JBuilder的基础。

  • NetBeans 是个JAVA IDE其特性支持CVS and a form builder.

  • Bluefish对于熟练的网页编辑人员和程序员来说是一个强大的编辑器。

编程文档

这是一份对在Kubuntu下编程非常有用的文档。

深入理解Python

Dive Into Python 是一本介绍如何学习用Kubuntu下非常受欢迎的Python语言编程的书。本书适合有一定编程经验的人阅读,安装在每个Kubuntu发行版本中。中文用户可以安装中文版:diveintopython-zh

点此阅读 Dive Into Python

Qt3 文档

The Qt3 Documentation package provides the complete reference to programming in Qt.

  1. Install the qt3-doc package (see 第 3 章 添加、删除和更新应用程序).

  2. To access the documentation, visit Qt3 Documentation Index.

上一页
下一页
起始页