GitXplorerGitXplorer
t

debian-libwebsite

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5cf90cc8c2f7751d901a06ab736d868b543d37fd

Debian folder

ttailhook committed 12 years ago
Unverified
56f23f771a263a8d1475fd77ddcb5c65771f6e1c

Imported Upstream version 0.2.22

ttailhook committed 12 years ago

README

The README file for this repository.

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