[PyQt] Packaging with sip5
Phil Thompson
phil at riverbankcomputing.com
Thu Dec 12 22:38:41 GMT 2019
On 12/12/2019 22:29, Antonio Rojas wrote:
> Hi,
> What are the equivalents of 'make' and 'make install DESTDIR=foo'
> with sip5? For packaging it is important to have distinct build and
> install steps, and the final target install dir may not be available
> during the build step. Building pyqt with 'sip-build' still tries to
> write to the target dir - which fails if it is not writtable.
If you run 'sip-build -h' you will see there is a '--no-make' option.
Phil
More information about the PyQt
mailing list