diff options
author | nyamatongwe <devnull@localhost> | 2012-05-29 22:01:55 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-29 22:01:55 +1000 |
commit | b4de5e5b1b7e851808fd0d4798cb84b0f39d7ca1 (patch) | |
tree | bd100b6b6a2463bc81622a50f323969827718ec6 | |
parent | 535d70cada369bb525ff7eb15dfd14859af8eb8d (diff) | |
download | scintilla-mirror-b4de5e5b1b7e851808fd0d4798cb84b0f39d7ca1.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".
|