diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /doc/switches.html | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'doc/switches.html')
-rw-r--r-- | doc/switches.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/switches.html b/doc/switches.html index 0dc04fa..a6631fa 100644 --- a/doc/switches.html +++ b/doc/switches.html @@ -94,7 +94,7 @@ the compile has 128MB or less RAM. <td width = "40%"><u>configure.py Default:</u> python/site-packages/</td> <td width = "20%"> </td> </tr></table> -Normally, the PyKDE modules are installed in python/site-packages. Writing to this directory requires +Normally, the PyKDE modules are installed in python/site-packages. Writing to this directory retquires root access. RPM builders sometimes need to build the modules to a different directory, or you may want to install the modules in a different location (for example, in a subdirectory of site-packages/). For this option to be useful, you need to ensure that Python can still locate and import the PyKDE modules from @@ -162,7 +162,7 @@ The path to KDE's library files (libtdecore.so, etc). <td width = "40%"><u>configure.py Default:</u> trinity/include</td> <td width = "20%"> </td> </tr></table> -The path to KDE's h files. (May require installation of tdelibs3-devel rpm package) +The path to KDE's h files. (May retquire installation of tdelibs3-devel rpm package) configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/kio/*.h) </dd> <hr> @@ -203,10 +203,10 @@ them on. <td width = "40%"><u>configure.py Default:</u> none</td> <td width = "20%"> </td> </tr></table> -If your site requires the use of more than one or two option switches, you can place all of the options +If your site retquires the use of more than one or two option switches, you can place all of the options in a text file and then reference only the text file's path and name on the command line. The options are placed in the text file just as they would be on the command line, with one option per line. -For example, the options file for the command "python configure.py -c- -v /usr/local/PyQt/sip" would look +For example, the options file for the command "python configure.py -c- -v /usr/local/PyTQt/sip" would look like: <h4><u>options.txt</u></h4> <table border="0" bgcolor="#E0E0E0" width="100%"> @@ -214,7 +214,7 @@ like: <td> <pre CLASS="PROGRAMLISTING"> -c --v /usr/local/PyQt/sip +-v /usr/local/PyTQt/sip </pre> </td> </tr> |