Document Windows build script
This commit is contained in:
@@ -62,6 +62,22 @@ Copiez `config.json.template` vers `config.json` puis adaptez :
|
||||
|
||||
## Compilation
|
||||
|
||||
### Windows
|
||||
|
||||
Après clonage du dépôt, lancez simplement :
|
||||
|
||||
```bat
|
||||
build.bat
|
||||
```
|
||||
|
||||
Le script crée `.venv`, installe les dépendances, nettoie les anciens artefacts puis génère un exécutable Windows autonome :
|
||||
|
||||
```text
|
||||
dist\ai-typewriter.exe
|
||||
```
|
||||
|
||||
### Commande PyInstaller équivalente
|
||||
|
||||
```bash
|
||||
pyinstaller --onefile --paths src --name ai-typewriter.exe main.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user