apt-get install gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev \
libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar xfvz ImageMagick.tar.gz
cd ImageMagick-6.3.7
./configure --prefix=/usr/local/ImageMagick-6.3.7 --with-quantum-depth=8 --with-gs-font-dir=/usr/share/fonts --with-windows-font-dir=/usr/share/fonts/windows
make
make install On a windows machine:
cd /c/windows tar cvzf fonts.tar.gz Fonts
On the Windows machine you can use 7Zip to create a tar file or just create a Zip file with your favorite compression utility. Then use WinSCP to move the file to the Deki Wiki erver.
Then scp the fonts to the linux machine and extract to: /usr/share/fonts/windows