Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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)
    This requires svn be in your path (I chose visualsvn available from www.visualvn.com/downloads)
  4. Also need NASM (netwide assembler available from www.nasm.us - Python's readme suggests renaming nasm to nasmw.exe and putting it in our path) needed for hashlib and openssl
  5. Open VC2008 solution file (pcbuild.sln) in PCbuild directory
  6. Choose Debug Configuration
  7. Build the entire solution

...