撰寫程式
前一頁
下一頁

撰寫程式

基本編譯器

為了能夠編譯程式,需要安裝一些額外的軟體套件。可以經由如下的命令來完成。

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.

前一頁
下一頁
內容