|
@@ -1,8 +1,6 @@
|
|
-This is an example that uses binary packages.
|
|
|
|
|
|
+This is an example that uses PyQt4 binary packages.
|
|
|
|
|
|
-To make the installer on a non-Windows system, download the PyQt4 installer from here:
|
|
|
|
-http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.4/PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x32.exe
|
|
|
|
-
|
|
|
|
-Open it up with an archive tool, and extract the PyQt4 folder and sip.pyd from
|
|
|
|
-Lib/site-packages. Place them in a folder called pynsist_pkgs, and pynsist will
|
|
|
|
-use them in preference to the files it finds on your system.
|
|
|
|
|
|
+To make the installer on a non-Windows system, first run fetch_pyqt_windows.sh.
|
|
|
|
+This will download a PyQt Windows installer from Sourceforge, unpack the files
|
|
|
|
+from it, and copy the necessary ones into pynsist_pkgs where pynsist will
|
|
|
|
+pick them up.
|