General Databases (70) Linux (41) Apache (6) Network (11) shell (12) Outside the Cube (2381) Programming (677) Web publishing (59) Windows (431)
Exchange Links About this site Links to us 
|
How to install perl module GD on FreeBSD Unix
This article has not been rated yet. After reading, feel free to leave comments and rate it.
- Download gd-2.0.35.tar.gz
You can get it from this site: gd-2.0.35.tar.gz (1.3MB)
- Run configure, and to avoid compiler error messages about the wrong freetype version, use the following option:
./configure --with-freetype=/usr/X11R6
- Run the installation
make install
Comments:
|