Page 1 of 1

upgrading FreeType in xampp

PostPosted: 04. September 2011 14:38
by milsabor2
Hi,
You guys are my last chance to solve my problem, because I looked everywhere on the internet and on irc to find a solution, without any results.
I'm trying to install a library with xampp (jpgraph), which requires the freetype library to be 2.2 at least.
When I run a simple php program with xampp, containing only the "phpinfo" function, it occurs that freetype is 2.1.7 with the latest xampp version.

My question is, how to upgrade the freetype library in xampp ?

Thanks,

Etienne

Re: upgrading FreeType in xampp

PostPosted: 06. September 2011 16:58
by JonB
Hello Etienne

A. There is no 'simple way' to do this, you would probably need to compile from source as far as I can tell.

B. You really want to read this:
http://www.freetype.org/freetype2/freetype-2.2.0.html

C. You can search for a packaged release that is intended for YOUR Linux/Unix distribution (Fedora, RHEL, Unbuntu, Debian, whatever) i.e. a 'yum', .rpm, .deb etc, designed to support the installer your Linux distro uses - such as yum or apt-get. This is like a precompiled Windows dll/exe, where someone else has worked out all the dependencies, and built a -ready-to-go package.

If you don't understand all/any of this, or are not interested in poking about at this level, this project may be 'a bridge too far' for you at this point. On the other hand, if you want to learn a lot - this could be an interesting adventure. If you are doing anything important with your system, you should learn about backing up before you decide to experiment.

With some luck, maybe someone else will have a better solution...

Good Luck
8)