Hi there, I am running BloodShed Pascal GNU complier but I would like to add some Graphics capability. It was recommended that I download the GRX library which I have done. I have read the readme files but I am unsure on how to set up GRX.
Any help would be appreciated.
Regards
Dennis
Dennis Fitzpatrick wrote:
Hi there, I am running BloodShed Pascal GNU complier but I would like to add some Graphics capability. It was recommended that I download the GRX library which I have done. I have read the readme files but I am unsure on how to set up GRX.
Any help would be appreciated.
On a Unix system, after unpacking and before making, do this (you can check which options you want, run `./configure --help'):
./configure --enable-jpeg --enable-png-z --with-fontpath
Frank