%
below is a prompt of a shell.)
% gzip -cd < freetype-1.2.tar.gz | tar xvf -
% cd freetype-1.2
configure
script.
% ./configure
make
to compile.
% make
% su Password: XXXXXXX (type the password for root user) # make install # exit %
% cd ..
% gzip -cd < VFlib2-2.25.6.tar.gz | tar xvf - % cd VFlib2-2.25.6 % ./configureNote
% ./configure --with-freetype \ --with-freetype-includedir=/usr/local/include \ --with-freetype-libdir=/usr/local/lib [RETURN]
Now you are done.