I want to use the GD image library on my webpage to generate graphs dynamically, but I am having a very hard time installing the library. Every where I have read, i was told to use
./configure --with-gd=etc etc
but where exactly do you type this command? My specs are:
Wndows XP
PHP 4.2.1
Apache 1.3.26
As you can see, I am not running a Unix-based OS, and dont have a command line (I assumed that maybe thats where you would type ./configure). Also, I dont have a C compiler if any compiling is needed. I downloaded the GD source code from their website, but I'm stuck as to what to do next! Any help would be greatly apprechiated. Thank you in advance.