Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 428 Bytes

README.markdown

File metadata and controls

22 lines (14 loc) · 428 Bytes

Libwebsite

Libwebsite is evhttp replacement for libev users. It's designed specifically for [zerogw][http://github.com/tailhook/zerogw], but can be used for other applications as well.

Dependencies (you need *-dev versions of packages):

  • libev
  • openssl

Build Instructions

Build process is done with waf::

./waf configure --prefix=/usr
./waf build
sudo ./waf install