Como instalar o compilador Free Pascal
Este tutorial aborda desde a cópia e instalação do compilador Free Pascal no Red Hat 9 até a criação de alguns exemplos práticos (código e compilação) de programas nesta linguagem.
Parte 4: Instalando o Free Pascal
Efetue logon com o administrador do sistema, ou seja, o usuário root.
Vamos instalar os pacotes RPM que acabamos de baixar digitando o seguinte comando:
# cd /tmp/freepascal/
# rpm -ihv fpc*.rpm
A documentação do Free Pascal está localizada no diretório /usr/doc/fpc-1.0.4/.
Você gostaria de visualizar uma pequena descrição sobre o compilador Free Pascal? Basta digitar o comando:
# rpm -qi fpc
Vamos instalar os pacotes RPM que acabamos de baixar digitando o seguinte comando:
# cd /tmp/freepascal/
# rpm -ihv fpc*.rpm
A documentação do Free Pascal está localizada no diretório /usr/doc/fpc-1.0.4/.
Você gostaria de visualizar uma pequena descrição sobre o compilador Free Pascal? Basta digitar o comando:
# rpm -qi fpc
Name : fpc Relocations: (not relocateable)
Version : 1.0.4 Vendor: (none)
Release : 1 Build Date: Mon 18 Dec 2000 07:42:43 PM BRST
Install Date: Sun 20 Jul 2003 06:48:56 AM BRT Build Host: home.wisa.be
Group : Development/Languages Source RPM: fpc-1.0.4-1.src.rpm
Size : 17138909 License: GPL
Signature : (none)
Packager : Peter Vreman (peter@freepascal.org)
URL : http://www.freepascal.org/
Summary : Free Pascal Compiler
Description :
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings.
Version : 1.0.4 Vendor: (none)
Release : 1 Build Date: Mon 18 Dec 2000 07:42:43 PM BRST
Install Date: Sun 20 Jul 2003 06:48:56 AM BRT Build Host: home.wisa.be
Group : Development/Languages Source RPM: fpc-1.0.4-1.src.rpm
Size : 17138909 License: GPL
Signature : (none)
Packager : Peter Vreman (peter@freepascal.org)
URL : http://www.freepascal.org/
Summary : Free Pascal Compiler
Description :
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings.
Também tem um artigo interessante sobre o Free Pascal Compiler aqui:
http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=175
Adoro essa linguagem!