
You need Python 1.5.2, OpenSSL 0.9.5 and a post-1.1p5 build of Swig. 
(I use build-786.)

1. cd swig
2. Fix paths in Makefile and/or Makefile.w32 if necessary.
3. Unix: make
   Win32: nmake -f Makefile.w32
4. cd ..
5. Install the directory M2Crypto into a directory on the PYTHONPATH.
6. cd demo
7. Try out the various test programs.


Eventually I expect to use distutils for this. Contributions are welcome.


