summaryrefslogtreecommitdiff
path: root/win/readme
diff options
context:
space:
mode:
Diffstat (limited to 'win/readme')
-rw-r--r--win/readme10
1 files changed, 6 insertions, 4 deletions
diff --git a/win/readme b/win/readme
index 9d1922b..2068f9e 100644
--- a/win/readme
+++ b/win/readme
@@ -1,8 +1,10 @@
-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.
+This works, provided a mingw installation and busybox-w32.
+Build from the project root using make win/hyp.exe.
+
+P.S.:
+tcc would have been used instead if it supported linking to ar archives.
+mingw gcc is the only option.