You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/35 Co-authored-by: Alexander Golubev <fatzer2@gmail.com> Signed-off-by: Nik Reist <nreist@my.devry.edu> |
5 months ago | |
|---|---|---|
| custom | 3 years ago | |
| doc/html | 1 year ago | |
| sipgen | 1 year ago | |
| siplib | 1 year ago | |
| specs | 5 months ago | |
| sphinx | 1 year ago | |
| LICENSE | 14 years ago | |
| LICENSE-GPL2 | 14 years ago | |
| LICENSE-GPL3 | 14 years ago | |
| NEWS | 14 years ago | |
| README | 14 years ago | |
| configure.py | 11 months ago | |
| sip_tqt_distutils.py | 4 years ago | |
| siputils.py | 1 year ago | |
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.