diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/install.html b/doc/install.html index d75bbbe..71fe7f0 100644 --- a/doc/install.html +++ b/doc/install.html @@ -19,14 +19,14 @@ CLASS="NAVHEADER" <h1>Installation</h1> These docs only cover installing PyKDE from source (ie building and compiling PyKDE). You should read the "Testing" section at the end of this page even if installing from RPMs. RPM -installs also have the same System Requirements as noted in the next section. +installs also have the same System Retquirements as noted in the next section. <p> Before reporting bugs, please read the <a href="trouble.html">Troubleshooting</a> and <a href="switches.html">build.py Options</a> pages. </p> -<h2>System Requirements</h2> +<h2>System Retquirements</h2> <p>PyKDE only runs on Linux or other Unix-based systems. The usual tools (compiler, -linker, make, etc) are required. In addition you need: +linker, make, etc) are retquired. In addition you need: </p> <dl> <dt>sip</dt> @@ -34,35 +34,35 @@ linker, make, etc) are required. In addition you need: sip must be installed. sip is the bindings code generator and run-time lib for PyKDE. You can get it <a href="http://www.riverbankcomputing.co.uk/sip/download.php">here</a> </dd> -<dt>PyQt</dt> +<dt>PyTQt</dt> <dd> -PyQt must be installed Just as KDE depends on Qt, PyKDE depends on PyQt. If you don't already have -PyQt installed, you can get it <a href="http://www.riverbankcomputing.co.uk/pyqt/download.php">here</a></dd> +PyTQt must be installed Just as KDE depends on TQt, PyKDE depends on PyTQt. If you don't already have +PyTQt installed, you can get it <a href="http://www.riverbankcomputing.co.uk/pyqt/download.php">here</a></dd> </dl> <p> -<b>NOTE: sip, PyQt, and PyKDE must be compatible versions (the PyKDE build script will test +<b>NOTE: sip, PyTQt, and PyKDE must be compatible versions (the PyKDE build script will test for this). That means if you are installing PyKDE-3.16.0, you must have installed:</b> </p> <ul> <li><b>sip-x11-gpl-4.2.0 or later (earlier sip 4 versions may work, but are untested)</b></li> -<li><b>PyQt-x11-gpl-@PyQt Version@ or later</b></li> +<li><b>PyTQt-x11-gpl-@PyTQt Version@ or later</b></li> </ul> <p> Of course you must also have Python (version 2.2 or later), KDE (any KDE 3.0 - 3.5.3 version) -and Qt (any version from 3.0 through 3.3.x) installed. PyKDE no longer supports KDE1 or KDE2. -These files only work with KDE and Qt 3.x.x - they don't work with Qt4 or the upcoming KDE 4. +and TQt (any version from 3.0 through 3.3.x) installed. PyKDE no longer supports KDE1 or KDE2. +These files only work with KDE and TQt 3.x.x - they don't work with TQt4 or the upcoming KDE 4. </p> -<h4>If PyQt was installed from an RPM ---</h4> +<h4>If PyTQt was installed from an RPM ---</h4> <p> -If you have installed sip and PyQt from binaries, to build PyKDE you <b>must</b> have +If you have installed sip and PyTQt from binaries, to build PyKDE you <b>must</b> have the sipconfig.py and pyqtconfig.py files (suitable for your environment) installed. These -are in the same location as the PyQt files (usually python/site-packages). These config -files are generated automatically if you build/compile sip and PyQt from source. +are in the same location as the PyTQt files (usually python/site-packages). These config +files are generated automatically if you build/compile sip and PyTQt from source. </p> <p> -PyKDE also requires the PyQt sip files to build and compile. If you installed PyQt from an -RPM, you also need to have installed the corresponding "PyQt-devel" RPM, which contains the -PyQt sip files. +PyKDE also retquires the PyTQt sip files to build and compile. If you installed PyTQt from an +RPM, you also need to have installed the corresponding "PyTQt-devel" RPM, which contains the +PyTQt sip files. </p> <h2>Installing from source code</h2> <p> @@ -87,7 +87,7 @@ At a command line prompt (as a user, not as root), enter: </tr> </table> <p> -<i>configure.py</i> will check your system to locate Python and releated files, Qt, KDE, sip and PyQt. It +<i>configure.py</i> will check your system to locate Python and releated files, TQt, KDE, sip and PyTQt. It will also run several tests, and then begin generating the C++ code and make files for PyKDE. The entire process should take about 2 to 10 minutes depending on your computer's speed and available memory. <i>configure.py</i> will report its progress throughout its run. If errors occur, see the sections on |