2.2 Build with configure.py

  1. Unpack PyQwt-4.0rc0.tar.gz and read this README to check for patches.
  2. Configure PyQt by running the following commands:
    cd PyQwt-4.0
    cd configure
    python configure.py
    
    This assumes that the correct Python interpreter is on your path. The configure.py script takes many options. Use the "-h" command line option to display a full list of the available options.
  3. The next step is to build PyQt using your platform's make command.
    make
    
  4. The final step is to install PyQt by running the following command.
    make install