Skip to content

Commit

Permalink
add wine preinstalled caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Dec 10, 2024
1 parent 7a528c6 commit a30c33a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/Hangover/description
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Hangover runs simple Win64 and Win32 applications on arm64 Linux. Only the application is emulated instead of a whole Wine installation.

Examples on how to run:
Hangover can be used in place of the Wine app on Pi-Apps. If you have Wine installed already, clicking Install here will uninstall Wine first. Do note that installed applications and configuration left over from Wine in ~/.wine will need to be removed or renamed, as it appears Hangover cannot import it.

Examples on how to run:
$ wine your_x86_64_application.exe # Uses FEX for 64-bit apps
$ wine your_x86_application.exe # To use Box64 for 32-bit apps
$ HODLL=libwow64fex.dll wine your_x86_application.exe # To use FEX for 32-bit apps
Expand Down

0 comments on commit a30c33a

Please sign in to comment.