mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
8762d8e9b4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
607 B
Text
15 lines
607 B
Text
SIP is a tool that makes it very easy to create Python bindings for
|
|
C and C++ libraries. It was originally developed to create PyQt,
|
|
the Python bindings for the Qt toolkit, but can be used to create
|
|
bindings for any C or C++ library.
|
|
|
|
This is an updated version of the stock slackware package. It should not
|
|
interfere with the stock version.
|
|
|
|
To build against this library in your python2 applications you will need to
|
|
tell your application the binary name and/or include path:
|
|
|
|
/usr/bin/python2-sip
|
|
/usr/include/python2.7/python2-sip/
|
|
|
|
To use the module in your python2 projects, it is named python2_sip.
|