X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e174ce8902ce124bf8f392981ecc02bb5df9965..81457c860f47ec21c755dcbf4cbc955a3c66c6f7:/wxPython/samples/doodle/README.txt diff --git a/wxPython/samples/doodle/README.txt b/wxPython/samples/doodle/README.txt index f4c80c50e7..49f0ff6e7b 100644 --- a/wxPython/samples/doodle/README.txt +++ b/wxPython/samples/doodle/README.txt @@ -19,13 +19,21 @@ and much more. this command to build the .exe and collect the other needed files: - python setup.py py2exe -w + python setup.py py2exe - superdoodle.iss An InnoSetup script to build a self-installer of - the superdoodle standalone executable. You can - get InnoSetup from http://www.jrsoftware.org/. - You may have to edit this file to make it work - for your environment and python installation. + superdoodle.iss NOTE: This .iss file needs updating! + An InnoSetup script to build a self-installer of + the superdoodle standalone executable created + with py2exe. You can get InnoSetup from + http://www.jrsoftware.org/. You may have to edit + this file to make it work for your environment + and python installation. + + cxfreeze.bat An example of creating an executable with the + cx_Freeze utility, downloadable from + http://starship.python.net/crew/atuining/cx_Freeze/ + installer.bat An example of creating an executable with Gordon + McMillan's Installer utility.