diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 14:49:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 14:49:48 +0200 |
commit | fe2b118264bd3b35cb0fb4dd8c09b06f6989a4bb (patch) | |
tree | 6201c8f925aa1809506d52ff94120f9454ccff76 /INSTALL | |
parent | f2787b95fb75f2b961dc03c97b14fe07c593df05 (diff) |
Add manifest, start INSTALL instructions
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Debian/Ubuntu: + libapr1-dev /usr/include/apr-1.0 + apache2-dev /usr/include/apache2 + +Fedora/RHEL: + apr-devel /usr/include/apr-1 + httpd-devel /usr/include/httpd + +FreeBSD: + apr /usr/local/include/apr-1 + apache24 /usr/local/include/apache24 |