Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
6502293f
Commit
6502293f
authored
Oct 28, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils/README.md: Fix command formatting.
parent
e5d60a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.md
utils/README.md
+8
-8
No files found.
utils/README.md
View file @
6502293f
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment