https://github.com/tailhook/debian-libwebsite
Debian packaging for libwebsite
https://github.com/tailhook/debian-libwebsite
Last synced: 11 months ago
JSON representation
Debian packaging for libwebsite
- Host: GitHub
- URL: https://github.com/tailhook/debian-libwebsite
- Owner: tailhook
- License: mit
- Created: 2012-08-04T20:31:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-04T20:32:03.000Z (over 13 years ago)
- Last Synced: 2025-01-26T06:43:19.120Z (about 1 year ago)
- Language: C
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
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