Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d000d23

Browse files
committed
Build instructions added
1 parent f4b9c36 commit d000d23

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.markdown

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,17 @@ Libwebsite is `evhttp` replacement for `libev` users. It's designed specifically
55
for [zerogw][http://github.com/tailhook/zerogw], but can be used for other
66
applications as well.
77

8-
Dependencies:
8+
Dependencies (you need ``*-dev`` versions of packages):
99
* 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

Comments
 (0)