Programação
Anterior
Próximo

Programação

Compiladores Básicos

In order to be able to compile programs, some extra packages are necessary. These can be installed all in one go, as follows:

Java Runtime Environment (1.5)

Nota

As instruções seguintes são para computadores i386 e amd64. Para máquinas PowerPC por favor veja o Wiki Ubuntu.

  1. Install the sun-java5-bin package from the Multiverse repository (see “Managing Repositories”).

  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.

Ferramentas de Desenvolvimento

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 Capítulo 3, Adicionar, Remover e Actualizar Aplicações).

  • 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 is the User Interface designer for building KDE applications.

  • IDLE é o IDE Python feito com o toolkit Tkinter GUI.

  • MonoDevelop é um IDE para escrever aplicações mono/.net em C# e outras linguagens.

  • Bazaar-NG is a distributed version control system used for Ubuntu development.

  • Eclipse é um IDE para Java e outras linguagens de programação. Forma a base de programas de código fonte fechado tais como o JBuilder.

  • NetBeans is a Java IDE that features support for CVS and a form builder.

  • Bluefish é um poderoso editor para designers web e programadores com experiência.

Documentação para Programação

This is a list of useful documentation for programming with Kubuntu.

Dive Into Python

Dive Into Python is a book on learning how to program in the preferred Kubuntu language, Python. Aimed at programmers with some previous experience, it comes installed with every Kubuntu installation.

Pode ler Dive Into Python aqui.

Qt3 Documentation

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

  1. Install the qt3-doc package (see Capítulo 3, Adicionar, Remover e Actualizar Aplicações).

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

Anterior
Próximo
Início