]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/building.texi
Merge branch 'develop'
[nncp.git] / doc / building.texi
index bd26c5da6bd9b010af45a628e69a6f30e61170db..13c40a53be73dc24b0dcd8861aebb37df93cde52 100644 (file)
@@ -34,9 +34,15 @@ in tarball. Following ones are tested to work with:
 @url{https://redo.readthedocs.io/, apenwarr/redo} (@code{contrib/do} is
 from that project), @url{https://github.com/leahneukirchen/redo-c, redo-c}.
 
-There is @command{install} target respecting @env{DESTDIR}. It will
+There is @command{install} target respecting @env{$DESTDIR}. It will
 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.