Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

2.7.3

Windows-i386-32bit-vc90 debug

  1. Obtain python source from python.org
  2. Ungzip/Untar source
  3. execute Tools/buildbot/externals.bat  (this will download and compile python externals such as sqlite)
  4. Open VC2008 solution file in PCbuild directory
  5. Choose Debug Configuration
  6. Build the entire solution

2.7.2-gl4

started really building the shared python library but also need the static lib for GR and ST too.  Need to hide the shared library during installation to avoid using it during the install process for things like numpy.

...