Give the win32 runtime installer its own readme.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
30
wxPython/distrib/README.win32.txt
Normal file
30
wxPython/distrib/README.win32.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
wxPython win32 README
|
||||
---------------------
|
||||
|
||||
The self-installer pacakge you have just installed contains the Python
|
||||
extension modules, python modules and pakcages needed to run wxPython
|
||||
applications. If you selected "Make this install be the default
|
||||
wxPython" then this version will be the one that is imported when apps
|
||||
do "import wx". See the following wiki page for more information
|
||||
about managing multiple installs:
|
||||
|
||||
http://wiki.wxpython.org/index.cgi/MultiVersionInstalls
|
||||
|
||||
In addition to the wxPython modules, several tools scripts (such as
|
||||
XRCed and PyShell) and batch file launchers have been installed to
|
||||
Python's Scripts directory. (For example, c:\Python23\Scripts.) IF
|
||||
you have multiple versions of wxPython installed these tool scripts
|
||||
will use whichever is the default install. If you would like to
|
||||
control which version is used then follow the directions at the wiki
|
||||
page for using wxversion.
|
||||
|
||||
This installer does *not* include the wxPython documentation, the
|
||||
wxPython demo and other sample applications are provided as part of
|
||||
wxPython. Those are available in a separate installer named
|
||||
wxPython2.5-DocsDemo-*.exe that should also be located from wherever
|
||||
you downloaded this package from. The DocsDemo installer will also
|
||||
install Start Menu shortcuts for the tool scripts mentioned above.
|
||||
|
||||
|
||||
|
||||
|
@@ -155,7 +155,7 @@ Source: "scripts\pywxrc"; DestDir: "{code:GetPythonDir}\Script
|
||||
Source: "scripts\xrced"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
|
||||
|
||||
|
||||
Source: "docs\README.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core
|
||||
Source: "distrib\README.win32.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core
|
||||
Source: "licence\*.txt"; DestDir: "{app}\%(PKGDIR)s\docs\licence"; Components: core
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user