| 25 | -- |
| 26 | FYI I ran into a problem further along when installing fonts. I got a ton of lines like this: |
| 27 | > t ncenBI08.bdf | gzip > ncenBI08.pcf.gz |
| 28 | > /bin/sh: t: command not found |
| 29 | |
| 30 | Google got me to installing bdftopcf-1.0.1. But it wouldn't compile. |
| 31 | > /usr/X11/lib/libXfont.so: undefined reference to `ft_isdigit' |
| 32 | |
| 33 | More googling suggested you need libXfont-1.3.0.tar.bz2 |
| 34 | The current wget list uses libXfont-1.2.8.tar.bz2 |
| 35 | |
| 36 | After going back and installing libXfont-1.3.0, bdftopcf-1.0.1 compiled fine, and then I was able to install all the fonts without any hassle. |
| 37 | -- |
| 38 | |