Freetype for GT-tag installation

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
snobba
Posts: 166
Joined: Sat 6. Mar 2004, 12:41
Location: Sweden
Contact:

Freetype for GT-tag installation

Post by snobba »

There must be someone here that are totally in check with SSH-telnet?? Because I am going to use this to enable free-type on my server and then build navigationbars with GT-tag!! :lol: It's no fun when they only work on my localhost. But I have to do it myself - I have a selfserving provider.

And I really do not want to f..k up my server so I wonder if this look kind of alright to do in SSH?

Code: Select all

cd /etc/sysconfig/network-scripts/installd/buildapache/
cd php-4.3.4

'./configure' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf'

make
make install
install
Do I need this 'with ttf' and 'with freetype-dir..' or is it enough with this '..gd-native...'?? Or something else maybe??

Anyone knows more about this stuff?? Grateful for any help!

/ Martin
snobba
Posts: 166
Joined: Sat 6. Mar 2004, 12:41
Location: Sweden
Contact:

Post by snobba »

Thanks for all your help guys! :wink:

I've solved it now...It was right what I did...
Post Reply