From e64386ebe5b8d36d202877c05410702b835bbc75 Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 2 May 2026 21:12:10 +0200 Subject: [PATCH] docs: align README_IT with 2.2.0 Linux build path --- README_IT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_IT.md b/README_IT.md index 322a04a..a8694bc 100644 --- a/README_IT.md +++ b/README_IT.md @@ -61,10 +61,17 @@ python build_plugin.py --7zip-version 25.01 # Toolset specifico (2022|2026|auto) python build_plugin.py --toolset 2022 +# Path Linux (cross-build con MinGW-w64, 26.00) +python build_plugin.py --host linux + # Stampa versione ed esce python build_plugin.py --version ``` +Note Linux: +- Il path Linux locale supporta attualmente `--7zip-version 26.00`. +- Richiede toolchain MinGW-w64 (`x86_64-w64-mingw32-*` e `i686-w64-mingw32-*`) e `make`. + ## Struttura Repository ``` @@ -101,3 +108,7 @@ Aggiunto supporto per estrarre archivi `.exe` creati con NSIS (non presente nel - Igor Pavlov (7-Zip) - Afrow UK (Plugin originale) - Simone (Supporto x64, VS2022/VS2026, ZIP, NSIS handler, ExtractWithFileCallback) + +--- + +*Vedi [README.md](README.md) per la versione in inglese.*