liblouis / liblouisutdml

An open-source library providing complete braille transcription services for xml, html and text documents
http://liblouis.io
GNU General Public License v3.0
24 stars 16 forks source link

Can this project run on embedded system like stm32? #74

Closed 1010186930 closed 3 years ago

1010186930 commented 3 years ago

I'm instersted in the education of the blin and i want to use liblouis to realize the function of translating characters to Braille for the blind to read in embedded system. I used stm32f1 serial as MCU and it had no system,like Linux or Windows. Can i use this project on it?

egli commented 3 years ago

liblouisutdml will not run without a file system. See also my answer to your other question under liblouis/liblouis#1089