utils/README.md: second try on cmd formatting.

This commit is contained in:
Joel Martin 2010-10-28 10:53:08 -05:00
parent 6502293f21
commit 3dc3135b21
1 changed files with 6 additions and 0 deletions

View File

@ -84,10 +84,16 @@ Here is the feature support matrix for the wsproxy implementations:
* Download, build the ssl module and symlink to it: * Download, build the ssl module and symlink to it:
`cd noVNC/utils` `cd noVNC/utils`
`wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz` `wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz`
`tar xvzf ssl-1.15.tar.gz` `tar xvzf ssl-1.15.tar.gz`
`cd ssl-1.15` `cd ssl-1.15`
`make` `make`
`cd ../` `cd ../`
`ln -sf ssl-1.15/build/lib.linux-*/ssl ssl` `ln -sf ssl-1.15/build/lib.linux-*/ssl ssl`