Skip to content

Commit 19d989b

Browse files
authored
Update README.md
1 parent dd98e58 commit 19d989b

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
<p>Windows <img src="https://ci.appveyor.com/api/projects/status/kqa94n7p8se05vi9/branch/master?svg=true"/><p>
66
<p>Websocket <a href="https://tools.ietf.org/html/rfc6455">rfc6455</a> Compliant. Working on rfc 7692 -- which supports compression<p>
77
<p>This library is intended to be a fully compliant websocket implementation <a href="http://htmlpreview.github.io/?https://github.com/smasherprog/websocket_lite/blob/master/Test/autobahn/index.html">Autobahn complete </a> (minus rfc 7692--in progress), but with a few design goals:
8-
<h3>Dependencies: Cmake, openssl, zlib</h3>
9-
<ul>
10-
<li>
11-
Ubuntu: sudo apt-get install libssl-dev zlib1g-dev -y
12-
</li>
13-
<li>
14-
Mac: brew install openssl zlib
15-
</li>
16-
<li>
17-
WIndows: vcpkg install openssl zlib
18-
</li>
19-
</ul>
208

219
<ul>
2210
<li>
@@ -35,6 +23,20 @@ Latest standards: c++ 17
3523
All functions are thread-safe and can be called from any thread at any time
3624
</li>
3725
</ul>
26+
27+
<h3>Dependencies: Cmake, openssl, zlib</h3>
28+
<ul>
29+
<li>
30+
Ubuntu: sudo apt-get install libssl-dev zlib1g-dev -y
31+
</li>
32+
<li>
33+
Mac: brew install openssl zlib
34+
</li>
35+
<li>
36+
WIndows: vcpkg install openssl zlib
37+
</li>
38+
</ul>
39+
3840
<h2>USAGE</h2>
3941
<p>To get started check out the example here<p>
4042
https://github.com/smasherprog/websocket_lite/blob/master/Test/main.cpp

0 commit comments

Comments
 (0)