Quote:
Originally Posted by kovidgoyal
the -dev packages means the packages that are needed to compile software. They have names like pyqt4-dev-4.4.2
|
slackware and slamd64 have no precompiled packages named -dev for such tools. Third party packages in slackware/slamd64 are compiled by hand. This -dev naming convention for pre-canned binaries seems like Debian and Fedora thing to me.
Anyway, from the Debian repository it says this :
Quote:
Development tools for PyQt4
This package contains various support tools for PyQt4 developers:
* a user interface compiler (pyuic4)
* a resource file generator (pyrcc4)
* a translation string finder (pylupdate)
|
I have pyuic4,pyrcc4 and pylupdate installed so I do have the development packages you are asking about allready installed on my system. They are located in /usr/bin on my system.
_