diff options
author | Dave Woodfall <dave@dawoodfall.net> | 2018-07-13 21:26:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:56 +0700 |
commit | 8762d8e9b476d79202e85fa303142ab6c0a7b5f0 (patch) | |
tree | a66dd425a4f266c33336d9545a6d4d3a93017b15 /python/python2-sip/README | |
parent | c26c9c5f7dd19ed2f92aa1ee06cfd461d31d77dc (diff) | |
download | slackbuilds-8762d8e9b476d79202e85fa303142ab6c0a7b5f0.tar.gz |
python/python2-sip: Added (Tool to generate Python bindings).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-sip/README')
-rw-r--r-- | python/python2-sip/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python2-sip/README b/python/python2-sip/README new file mode 100644 index 0000000000..8580dd29b5 --- /dev/null +++ b/python/python2-sip/README @@ -0,0 +1,15 @@ +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. |