Clarify ssl module build for old python versions.

This commit is contained in:
Joel Martin 2013-11-20 07:30:04 -06:00
parent a04edfe80f
commit 34a1b68d79
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`