|
@@ -1,9 +1,8 @@
|
|
|
-This is an example that uses binary packages.
|
|
|
+This is an example of distributing an application that uses Pygame.
|
|
|
|
|
|
-To make the installer on a non-Windows system, download the pygame installer
|
|
|
-for 32-bit Python 3.4 (win32-py3.4) from here:
|
|
|
-http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
|
|
|
+To build the installer, run:
|
|
|
|
|
|
-Open it up with an archive tool, and extract the pygame folder from PLATLIB.
|
|
|
-Place it in a folder called pynsist_pkgs, and pynsist will use it in preference
|
|
|
-to the files it finds on your system.
|
|
|
+ pynsist installer.cfg
|
|
|
+
|
|
|
+The *aliens* game is an example included with Pygame itself, so there's no code
|
|
|
+here! Other examples show how to distribute application code.
|