summary refs log tree commit diff stats
path: root/win/readme
diff options
context:
space:
mode:
authorkaa <kaa@laptosh.my.domain>2023-06-23 11:56:56 -0700
committerkaa <kaa@laptosh.my.domain>2023-06-23 11:56:56 -0700
commit09819bcd940492c8ccc48284880f8bc652a2845a (patch)
tree89f5425d6907b111afd74142866440fba9bced0c /win/readme
downloadhyp-09819bcd940492c8ccc48284880f8bc652a2845a.tar.gz
Initial. 1.0
Diffstat (limited to 'win/readme')
-rw-r--r--win/readme8
1 files changed, 8 insertions, 0 deletions
diff --git a/win/readme b/win/readme
new file mode 100644
index 0000000..9d1922b
--- /dev/null
+++ b/win/readme
@@ -0,0 +1,8 @@
+Included here are binaries for Windows.
+The pre-compiled library and hyphenation patterns were stolen from msys2.
+See https://packages.msys2.org/package/mingw-w64-x86_64-hyphen?repo=mingw64,
+and https://packages.msys2.org/package/mingw-w64-x86_64-hyphen-en?repo=mingw64.
+Those packages are re-distributed here without modification in "pkg".
+The license included with the pre-compiled binary is plainly included here too.
+The otherwise compilation was done by means of mingw-w64.
+tcc would have been used instead if it supported linking to 'ar' archives.