stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 57 forks source link

Fonts don't get installed #149

Closed samtygier closed 3 years ago

samtygier commented 3 years ago

On Linux if I install with

./autogen.sh && ./configure && make
sudo make install

then the fonts do not get installed to /usr/local/share and so b-em fails to start with the error

video: unable to open find teletext font file saa5050
video: unable to load mode 7 font

Patch to follow