SIP4 python bindings generator for TQt
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Iet uz failu
Michele Calgaro 431aa14fbe
Fix FTBFS described in issue #19
pirms 2 nedēļām
custom Entry step for renaming PyTQt module libraries from qt* to tqt*. pirms 1 gada
doc/html Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
sipgen Fix pytde FTBFS caused by commit 746782b pirms 3 mēnešiem
siplib Fix FTBFS described in issue #19 pirms 2 nedēļām
specs Rename sip into sip-tqt in order to be conflict free with upstream. pirms 2 gadiem
sphinx Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
LICENSE Initial import of SIP4 for Qt3 pirms 13 gadiem
LICENSE-GPL2 Initial import of SIP4 for Qt3 pirms 13 gadiem
LICENSE-GPL3 Initial import of SIP4 for Qt3 pirms 13 gadiem
NEWS Initial import of SIP4 for Qt3 pirms 13 gadiem
README Initial import of SIP4 for Qt3 pirms 13 gadiem
configure.py Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4. pirms 3 mēnešiem
sip_tqt_distutils.py Rename sip into sip-tqt in order to be conflict free with upstream. pirms 2 gadiem
siputils.py Entry step for renaming PyTQt module libraries from qt* to tqt*. pirms 1 gada

README

SIP - C/C++ Bindings Generator for Python v2 and v3
===================================================

The SIP documentation (including installation instructions) can be found in the
``doc`` directory.


Building from the Mercurial Repository
--------------------------------------

If you are using a copy of SIP cloned from the Mercurial repository, or are
using a Mercurial archive, then you have to prepare it first before you follow
the normal installation instructions.

The preparation is done using the ``build.py`` script which can be found in the
same directory as this ``README`` file.  If it isn't there then you probably
have a packaged release and should just follow the normal installation
instructions.

The ``build.py`` script requires that ``flex`` and ``bison``, and the Mercurial
Python bindings are installed.  If you want to create the HTML documentation
then Sphinx must also be installed.

To prepare run the following::

    python build.py prepare

Note that ``build.py`` is a Python v2 script.

Now you can follow the normal installation instructions.

The ``build.py`` script has other useful commands, use the ``--help`` option to
see the details.