Free Pascal Ubuntu/Linux

Free Pascal  para Ubuntu


La distribución de Free Pascal incluye un IDE en modo de texto semejante al de Turbo Pascal y esta version es compatible con Ubuntu, que es la version mas destacada del Sistema Operativo Linux.

Abrimos un terminal y tipeamos:

# apt-get install fp-compiler fp-docs fp-ide fp-units-base fp-units-db fp-units-fcl fp-units-gfx fp-units-gnome1 fp-units-gtk fp-units-gtk2 fp-units-misc fp-units-net fp-units-rtl fp-utils

Lo ejecutamos con:

$ fp




Y tendremos nuestro Free Pascal corriendo.