docs: align README_IT with 2.2.0 Linux build path

This commit is contained in:
2026-05-02 21:12:10 +02:00
parent cda44e07a8
commit e64386ebe5
+11
View File
@@ -61,10 +61,17 @@ python build_plugin.py --7zip-version 25.01
# Toolset specifico (2022|2026|auto) # Toolset specifico (2022|2026|auto)
python build_plugin.py --toolset 2022 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 # Stampa versione ed esce
python build_plugin.py --version 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 ## Struttura Repository
``` ```
@@ -101,3 +108,7 @@ Aggiunto supporto per estrarre archivi `.exe` creati con NSIS (non presente nel
- Igor Pavlov (7-Zip) - Igor Pavlov (7-Zip)
- Afrow UK (Plugin originale) - Afrow UK (Plugin originale)
- Simone (Supporto x64, VS2022/VS2026, ZIP, NSIS handler, ExtractWithFileCallback) - Simone (Supporto x64, VS2022/VS2026, ZIP, NSIS handler, ExtractWithFileCallback)
---
*Vedi [README.md](README.md) per la versione in inglese.*