aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-29 07:47:11 +0100
committerGitHub <noreply@github.com>2019-11-29 07:47:11 +0100
commit66ee0375a2f6875a332abc19c5d7e0840b1df47d (patch)
treebce707271c30fda8571f6c13efe1fc8d40823117 /README.md
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-66ee0375a2f6875a332abc19c5d7e0840b1df47d.tar.xz
OpenSMTPD-66ee0375a2f6875a332abc19c5d7e0840b1df47d.zip
Update README.md
add a note to the dedendencies part
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9de67dc6..bd496373 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,10 @@ Portable OpenSMTPD relies on:
* libasr (https://opensmtpd.org/archives/libasr-1.0.3.tar.gz)
-By default OpenSMTPD expects latest versions of all dependencies unless noted otherwise
+By default OpenSMTPD expects latest versions of all dependencies unless noted otherwise.
+
+Note that some distributions have different packages for a same library, you should always use the `-dev` or `-devel` package (for example, `libasr-dev` or `libasr-devel`) if you're going to build OpenSMTPD yourself.
+
## Get the source