davidgiven / cpmish

An open source sort-of CP/M 2.2 distribution.
http://cowlark.com/cpmish
Other
344 stars 37 forks source link

Remove the dependency on netpbm. #34

Closed davidgiven closed 4 years ago

davidgiven commented 4 years ago

It turns out that Debian's version of netpbm is really old, and different versions produce slightly different results when rendering bdf text. This is causing bitmap font conversion to fail on OSX and OpenBSD (which use newer versions). This replaces the netpbm font rendering with a custom BDF reader, for more reliable results.

Also includes some other minor OSX fixes.

Fixes: #31 #30