Revision: 942
http://fclient.svn.sourceforge.net/fclient/?rev=942&view=rev
Author: jUrner
Date: 2008-08-19 07:37:55 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
fix min Qt version and a hint on installing
Modified Paths:
--------------
trunk/web/download-fclient.html
Modified: trunk/web/download-fclient.html
===================================================================
--- trunk/web/download-fclient.html 2008-08-18 19:36:54 UTC (rev 941)
+++ trunk/web/download-fclient.html 2008-08-19 07:37:55 UTC (rev 942)
@@ -12,7 +12,7 @@
<div class="topic">
<br>
- <br>
+ <br>
<h3>Prerequesites:</h3>
@@ -24,13 +24,19 @@
<li>
Python >= 2.5 from [<a href="http://python.org/download/">http://python.org/download/</a>]
<li>
- Qt >= 4.4.3 from trolltech [<a href="http://trolltech.com/downloads/">http://trolltech.com/downloads/</a>]
+ Qt >= 4.4.0 from trolltech [<a href="http://trolltech.com/downloads/">http://trolltech.com/downloads/</a>]
<li>
PyQt >= 4.4.3 from riverbank computing [<a href="http://www.riverbankcomputing.co.uk/software/pyqt/download/">http://www.riverbankcomputing.co.uk/software/pyqt/download/</a>]
</ul>
- <br>
+ to make thing easier on debian or ubuntu, you may use the following repositories to fetch Qt4.4.0 and PyQt4.3 (use at your own risk):
+
+ <pre>
+deb http://mirror.switch.ch/ftp/mirror/debian/ sid main non-free contrib
+deb-src http://mirror.switch.ch/ftp/mirror/debian/ sid main non-free contrib
+ </pre>
+
Finally, download the latest release of fclient from sourceforge [<a href="http://sourceforge.net/projects/fclient">http://sourceforge.net/projects/fclient</a>]
<br>
<br>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|