From 178bced5f3ac6d03f98766b2fc275c34eb5449db Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 16 Feb 2026 14:55:31 +0300 Subject: [PATCH] update docs --- docs/compile/build_howto_windows.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/compile/build_howto_windows.txt b/docs/compile/build_howto_windows.txt index 44c0601..83f0c8a 100644 --- a/docs/compile/build_howto_windows.txt +++ b/docs/compile/build_howto_windows.txt @@ -11,7 +11,7 @@ setup-x86_64.exe --allow-unsupported-windows --no-verify --site http://ctm.crouc 4) install and compile luajit from here : https://github.com/openresty/luajit2 -download latest releast, unpack, cd to it's directory +download latest release, unpack, cd to it's directory make BUILDMODE=static CFLAGS="-Os -DLUAJIT_DISABLE_FFI -ffat-lto-objects -flto=auto -ffunction-sections -fdata-sections -fvisibility=hidden" make install @@ -32,5 +32,5 @@ Choose version 2.2.2 for Windows 10 and 2.2.0 for Windows 7. 8) Copy cygwin1.dll, winws2.exe, windivert.dll and windivert64.sys to one folder. 9) Run winws2.exe from cmd.exe running as administrator. -winws will not run from cygwin shell with cygwin1.dll copy in it's folder. -winws will not run without cygwin1.dll outside of cygwin shell. +winws2 will not run from cygwin shell with cygwin1.dll copy in it's folder. +winws2 will not run without cygwin1.dll outside of cygwin shell.