From 902e6964083c2f3ce51f85242d751d00269ac527 Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 10 Nov 2023 11:35:58 -0800 Subject: Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries. --- win/readme | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'win/readme') 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. -- cgit v1.2.3