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

Update Liblouis version both Dockerfile.win32, Dockerfile.win64, and Github action file #92

Closed hammera closed 1 year ago

hammera commented 1 year ago

Hi Chris,

I updated Liblouis version both Dockerfile.win32, Dockerfile.win64, and Github CI to the 3.25.0 stable version.

I added 32 bit Dockerfile.win32 file the static compile flags with all gcc compile commands (only Liblouis compile part contains this flag the original version).

My experience when I maked my local machine the make distwin command this changed Docker file, my machine 32 bit build version launched proper into Wine emulator.

So, my experience this change fixes #86 issue.

Please review this change if you have a little time. If your openion the static flags change not full perfect or unneed, feel free remove, only keep the version number change.

Attila

hammera commented 1 year ago

Nice, all checks passed. So far to good.