Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b9c36 commit d000d23Copy full SHA for d000d23
README.markdown
@@ -5,5 +5,17 @@ Libwebsite is `evhttp` replacement for `libev` users. It's designed specifically
5
for [zerogw][http://github.com/tailhook/zerogw], but can be used for other
6
applications as well.
7
8
-Dependencies:
+Dependencies (you need ``*-dev`` versions of packages):
9
* libev
10
+ * openssl
11
+
12
+Build Instructions
13
+------------------
14
15
+Build process is done with waf::
16
17
+ ./waf configure --prefix=/usr
18
+ ./waf build
19
+ sudo ./waf install
20
21
0 commit comments