Can't install Freetype 2.6.1

bdj

Verified User
Joined
Feb 22, 2008
Messages
152
I'm trying to install freetype 2.6.1 with custombuild but I run into this problem;

Code:
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
Make complete
Installing freetype-2.6.1...
rm -rf /usr/local/include/freetype2
./install-sh -c -d /usr/local/lib                               \
                         /usr/local/lib/pkgconfig                     \
                         /usr/local/include/freetype2/freetype/config \
                         /usr/local/bin                               \
                         /usr/local/share/aclocal                      \
                         /usr/local/share/man/man1
gmake: ./install-sh: Command not found
gmake: *** [install] Error 127
Done FreeType.
It is recommended to run "./build php n" after FreeType update.

Any ideas?
 
Back
Top