Commit 6502293f authored by Joel Martin's avatar Joel Martin

utils/README.md: Fix command formatting.

parent e5d60a8b
...@@ -79,15 +79,15 @@ Here is the feature support matrix for the wsproxy implementations: ...@@ -79,15 +79,15 @@ Here is the feature support matrix for the wsproxy implementations:
* Install the build dependencies. On Ubuntu use this command: * Install the build dependencies. On Ubuntu use this command:
sudo aptitude install python-dev bluetooth-dev `sudo aptitude install python-dev bluetooth-dev`
* 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`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment