Merge commit '34a1b68d79a13c03aa63b5c4194796341c9383fe'

* commit '34a1b68d79a13c03aa63b5c4194796341c9383fe':
  Clarify ssl module build for old python versions.
This commit is contained in:
Peter Åstrand (astrand) 2013-11-28 09:34:43 +01:00
commit e246e98b20
1 changed files with 3 additions and 4 deletions

View File

@ -143,11 +143,10 @@ client.
`sudo aptitude install python-dev bluetooth-dev`
* Download, build the ssl module and symlink to it:
* At the top level of the websockify repostory, download, build and
symlink the ssl module:
`cd websockify/`
`wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz`
`wget --no-check-certificate http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz`
`tar xvzf ssl-1.15.tar.gz`