]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/building.texi
fsnotify usage
[nncp.git] / doc / building.texi
index e6699233e0bab2f24241591b5d04159a184b8f79..13c40a53be73dc24b0dcd8861aebb37df93cde52 100644 (file)
@@ -40,3 +40,9 @@ install binaries and info-documentation:
 @example
 # PREFIX=/usr/local redo install
 @end example
+
+NNCP depends on @code{github.com/fsnotify/fsnotify} library, that is
+solely relies on OS-specific mechanisms. There is possibility that you
+have either broken or unsupported ones. You can still build NNCP with
+@code{-tags nofsnotify} build option, to skip @code{fsnotify} library
+usage at all.