[Gpg4win-commits] r304 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun May 28 20:57:42 CEST 2006


Author: marcus
Date: 2006-05-28 20:57:42 +0200 (Sun, 28 May 2006)
New Revision: 304

Added:
   trunk/README.wine
Log:
New file.


Added: trunk/README.wine
===================================================================
--- trunk/README.wine	2006-05-23 22:19:51 UTC (rev 303)
+++ trunk/README.wine	2006-05-28 18:57:42 UTC (rev 304)
@@ -0,0 +1,44 @@
+GPG4Win in Wine
+===============
+
+Wine is a windows compatibility layer for free software operating
+systems like GNU/Linux.  GPG4Win can be installed and run in wine,
+with a couple of caveats:
+
+You need to configure wine to mimic Windows 2000 or later (I forgot
+why).  You need to overwrite msvcrt.dll and usp10.dll with the native
+versions (because the builtin version is not complete).
+
+You also need to use the below patch to disable a check in the
+installer that crashes wine.
+
+Have fun,
+Marcus Brinkmann <marcus at g10code.de>
+g10 Code GmbH
+
+Index: src/g4wihelp.nsi
+===================================================================
+--- src/g4wihelp.nsi	(revision 303)
++++ src/g4wihelp.nsi	(working copy)
+@@ -35,13 +35,13 @@
+ #FunctionEnd
+ 
+ Function G4wRunOnce
+-  Push $R0
+-  StrCpy $R0 "gpg4win"
+-  g4wihelp::runonce
+-  StrCmp $R0 0 +3
+-     MessageBox MB_OK $(T_AlreadyRunning)
+-     Abort
+-  Pop $R0
++#  Push $R0
++#  StrCpy $R0 "gpg4win"
++#  g4wihelp::runonce
++#  StrCmp $R0 0 +3
++#     MessageBox MB_OK $(T_AlreadyRunning)
++#     Abort
++#  Pop $R0
+ FunctionEnd
+ 
+ 
+



More information about the Gpg4win-commits mailing list