diff options
author | nyamatongwe <unknown> | 2012-05-29 22:01:55 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-29 22:01:55 +1000 |
commit | 7ad11b80e5ee1c0266bc6802d3d824a377de8d4e (patch) | |
tree | ec143472e222f9f95866ef81b19e51f77fd71e67 | |
parent | d95ac0d8003a93df0ccc36da10689a61dd928f16 (diff) | |
download | scintilla-mirror-7ad11b80e5ee1c0266bc6802d3d824a377de8d4e.tar.gz |
Information about running on Fedora.
-rw-r--r-- | qt/ScintillaEditPy/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt/ScintillaEditPy/README b/qt/ScintillaEditPy/README index 1b6bedd55..623cf9900 100644 --- a/qt/ScintillaEditPy/README +++ b/qt/ScintillaEditPy/README @@ -24,7 +24,8 @@ files. Both should be installed as ScintillaEditPy needs the headers and libraries from the development package and runs with the normal library package.
On apt-based systems, the packages are libshiboken-dev, shiboken, libpyside-dev,
and python-pyside. python-dev is also needed for Python language headers.
-On yum-based systems the libpyside-dev package is called python-pyside-devel.
+On yum-based systems the packages are shiboken-devel, python-pyside-devel,
+and python-devel.
The qmake program may not be in the path and can be found with
"find /usr -name qmake".
|