tech:notes_wine
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_wine [2026/04/13 16:02] – Jean-Baptiste | tech:notes_wine [2026/04/19 21:29] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | + | < |
| + | {{tag> | ||
| - | = Notes Wine | + | # Notes Wine |
| Voir aussi : | Voir aussi : | ||
| * https:// | * https:// | ||
| - | * [[https:// | + | * [Crossover](https:// |
| * winetricks | * winetricks | ||
| * PlayOnLinux | * PlayOnLinux | ||
| * ./play.it | * ./play.it | ||
| - | * [[https:// | + | * <https:// |
| Voir : | Voir : | ||
| Ligne 19: | Ligne 20: | ||
| Ce n'est pas libre, mais ca aide Wine qui lui est libre. | Ce n'est pas libre, mais ca aide Wine qui lui est libre. | ||
| - | < | + | ~~~bash |
| - | dpkg --add-architecture i386 && | + | dpkg --add-architecture i386 |
| - | apt-get install wine32 | + | apt-get update |
| - | </ | + | apt-get install wine32:i386 |
| + | ~~~ | ||
| '' | '' | ||
| - | < | + | |
| + | ~~~bash | ||
| apt-get install mono-runtime wine playonlinux winetricks | apt-get install mono-runtime wine playonlinux winetricks | ||
| apt-get install mono-complete | apt-get install mono-complete | ||
| apt-get install cabextract | apt-get install cabextract | ||
| - | </ | + | ~~~ |
| - | <code bash> | + | Notes |
| + | ~~~ | ||
| + | mkdir -p ~/ | ||
| + | export WINEPREFIX=$HOME/ | ||
| + | export WINEARCH=win32 | ||
| + | export WINEPATH=$HOME/ | ||
| + | wineboot --init | ||
| + | |||
| + | cd $HOME/ | ||
| + | wget https:// | ||
| + | chmod +x winetricks | ||
| + | sh winetricks corefonts vcrun6 | ||
| + | |||
| + | winecfg | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | Old | ||
| + | ~~~baash | ||
| WINEARCH=win32 WINEPREFIX=/ | WINEARCH=win32 WINEPREFIX=/ | ||
| # ln -s / | # ln -s / | ||
| Ligne 41: | Ligne 62: | ||
| ## Perf | ## Perf | ||
| # export WINEDEBUG=-all | # export WINEDEBUG=-all | ||
| - | </ | + | ~~~ |
| Voir https:// | Voir https:// | ||
| - | < | + | ~~~bash |
| winetricks --gui | winetricks --gui | ||
| env WINEARCH=win32 WINEPREFIX=/ | env WINEARCH=win32 WINEPREFIX=/ | ||
| - | </ | + | ~~~ |
| - | == Installer un paquet MSI | + | |
| + | ## Installer un paquet MSI | ||
| <code bash> | <code bash> | ||
| Ligne 56: | Ligne 78: | ||
| </ | </ | ||
| - | == Install de Wine Mono | + | ## Install de Wine Mono |
| <code bash> | <code bash> | ||
| Ligne 64: | Ligne 86: | ||
| </ | </ | ||
| - | == Pb | ||
| - | === Exemple de cas tordu | + | |
| + | ## Pb | ||
| + | |||
| + | ### Exemple de cas tordu | ||
| http:// | http:// | ||
| Ligne 113: | Ligne 137: | ||
| http:// | http:// | ||
| </ | </ | ||
| - | == Autres | + | |
| + | |||
| + | |||
| + | ## Autres | ||
| Voir depends.exe http:// | Voir depends.exe http:// | ||
| Mono | Mono | ||
| - | < | + | ~~~bash |
| mono --runtime=v4.0 application.exe | mono --runtime=v4.0 application.exe | ||
| - | </ | + | ~~~ |
| https:// | https:// | ||
| - | < | + | ~~~bash |
| echo 0 |sudo tee / | echo 0 |sudo tee / | ||
| - | </ | + | ~~~ |
| DLL | DLL | ||
| - | < | + | ~~~bash |
| #!/bin/sh | #!/bin/sh | ||
| # | # | ||
| # Lanceur NetMeeting | # Lanceur NetMeeting | ||
| / | / | ||
| - | </ | + | ~~~ |
tech/notes_wine.txt · Dernière modification : de Jean-Baptiste
