aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-02-15 16:21:44 +0100
committerGilles Chehade <gilles@poolp.org>2015-02-15 16:21:44 +0100
commit5385560232b27fd3b58d148a99fba37cca06992e (patch)
treea8840886d7aadfeaaae00688d188e5ead4443d71 /README.md
parentdo not use dirent->d_namlen, it's not portable (diff)
downloadOpenSMTPD-5385560232b27fd3b58d148a99fba37cca06992e.tar.xz
OpenSMTPD-5385560232b27fd3b58d148a99fba37cca06992e.zip
Update README.md
update instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 377090db..e1d0a7c7 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ Portable OpenSMTPD relies on:
* [libevent](http://libevent.org/)
* [libtool](http://www.gnu.org/software/libtool/)
* [openssl](http://www.openssl.org/)
+* [libasr](https://opensmtpd.org/archives/libasr-1.0.1.tar.gz)
Get the source
@@ -66,20 +67,19 @@ Build
### Special notes for FreeBSD/DragonFlyBSD/Mac OS X:
-Please launch configure with special directive about libevent directory:
+Please launch configure with special directive about libevent and libasr directory:
#### FreeBSD:
- ./configure --with-libevent-dir=/usr/local
+ ./configure --with-libevent-dir=/usr/local --with-asr=/usr/local
#### DragonFlyBSD:
- ./configure --with-libevent-dir=/usr/pkg
+ ./configure --with-libevent-dir=/usr/pkg --with-asr=/usr/pkg
#### Mac OS X:
- ./configure --with-libevent-dir=/opt/local
- make CFLAGS="-DBIND_8_COMPAT=1"
+ ./configure --with-libevent-dir=/opt/local --with-asr=/opt/local
Install