diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:02:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:02:42 -0600 |
commit | 8c9e5c21b7246ebab379d6d36120992c5e82501e (patch) | |
tree | bd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /doc/switches.html | |
parent | 74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff) | |
download | pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip |
Fix retquire
Diffstat (limited to 'doc/switches.html')
-rw-r--r-- | doc/switches.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/switches.html b/doc/switches.html index 1bc4018..21e5a6a 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 retquires +Normally, the PyKDE modules are installed in python/site-packages. Writing to this directory requires 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 retquire installation of tdelibs3-devel rpm package) +The path to KDE's h files. (May require 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,7 +203,7 @@ them on. <td width = "40%"><u>configure.py Default:</u> none</td> <td width = "20%"> </td> </tr></table> -If your site retquires the use of more than one or two option switches, you can place all of the options +If your site requires 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/PyTQt/sip" would look |