Compiling Pascal Program in Linux
It’s interesting to use another operating system besides Windows, like Linux. We also can write and compile a Pascal code in various Linux distro. One of the example is Ubuntu, i’m using this distro because it’s easy to use. For Ubuntu, I’m using Geany IDE to compile any Pascal Program.
Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features.
We can download Geany from this link
Geany Download
or by typing this command in terminal
apt-get install geany
.
For another distro, we can see the Geany Releases Notes, here.





