# sip-4.19.25 **Repository Path**: gaprily/sip-4.19.25 ## Basic Information - **Project Name**: sip-4.19.25 - **Description**: No description available - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-12 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SIP - C/C++ Bindings Generator for Python v2 and v3 =================================================== The SIP documentation (including installation instructions) can be found in the ``sphinx`` 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`` are installed. To prepare run the following:: python build.py prepare Now you can follow the normal installation instructions.