Skip to content

/ Zope / gocept svn checkins / Archive / 2008 / 2008-11 / SVN: r7084 - gtimelog-macosx/trunk

[ << ] [ >> ]

[ SVN: r7080 - in gocept.infrastructure/feature_moni... ] [ SVN: r7087 - gocept.collmex/trunk/src/gocept/collm... ]

SVN: r7084 - gtimelog-macosx/trunk
Michael Howitz <mh(at)gocept.com>
2008-11-26 15:08:59 [ FULL ]
Author: mac
Date: Wed Nov 26 15:08:57 2008
New Revision: 7084

Log:
gtimelog can now run natively in mac os x


Modified:
   gtimelog-macosx/trunk/INSTALL.txt

Modified: gtimelog-macosx/trunk/INSTALL.txt
==============================================================================
--- gtimelog-macosx/trunk/INSTALL.txt	(original)
+++ gtimelog-macosx/trunk/INSTALL.txt	Wed Nov 26 15:08:57 2008
(at)(at) -7,18 +7,19 (at)(at)
 
 - You need to install MacPorts from http://www.macports.org/
 [...]

SVN: r7085 - gtimelog-macosx/trunk
Michael Howitz <mh(at)gocept.com>
2008-11-26 15:54:56 [ FULL ]
Author: mac
Date: Wed Nov 26 15:54:55 2008
New Revision: 7085

Log:
corrected calls


Modified:
   gtimelog-macosx/trunk/INSTALL.txt

Modified: gtimelog-macosx/trunk/INSTALL.txt
==============================================================================
--- gtimelog-macosx/trunk/INSTALL.txt	(original)
+++ gtimelog-macosx/trunk/INSTALL.txt	Wed Nov 26 15:54:55 2008
(at)(at) -11,16 +11,19 (at)(at)
 
   - to install it for X11 call
 
-    sudo port install gtk2+x11
+    sudo port install gtk2 +x11
 
   - to install gtk+ for quartz call
 
-    sudo port install gtk2+quartz
+    sudo port install gtk2 +quartz
 
 - gtimelog needs some other components, install them using:
 
   sudo port install py25-gtk py25-setuptools py25-lxml py25-socket-ssl
 
+  (when an error is displayed that a component can't be installed, try
+   the call again.)
+
 
 Installation
 ============

MailBoxer