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
============
|