Is my first time with this, so I'll apreciate any help. I want to install Pascal in PCs with DOS, I have all the files required, but which are the steps to follow in order to install GNU Pascal. If I want to install it on a Windows platform, what I have to do? and what other files I will need?
Thanks in advance Alejandro Villarroel
Alejandro Villarroel wrote:
Is my first time with this, so I'll apreciate any help. I want to
install Pascal in PCs with DOS, I have all the files required, but which are the steps to follow in order to install GNU Pascal.
Installing GPC for DOS works the same way as installing any other DJGPP package: Just unzip it from the DJGPP directory while preserving directory structure (option `-d' in `pkunzip').
You also should copy the [GCC] entries in your `djgpp.env' file to create a [GPC] section.
If I want to install it on a Windows platform, what I have to do?
and what other files I will need?
Then you should have a look at mingw32:
http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32/
Hope this helps,
Peter