X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fbuilding.texi;h=fee272e1bde547d554f2148452cd544f1e80f0c9;hb=c12d6ee76fc66031756602976831f97624fc28f2;hp=e6699233e0bab2f24241591b5d04159a184b8f79;hpb=77ff0686d3c96931ab5da62559771220271af206;p=nncp.git diff --git a/doc/building.texi b/doc/building.texi index e669923..fee272e 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -32,7 +32,8 @@ minimalistic POSIX shell @command{contrib/do} (just replace in tarball. Following ones are tested to work with: @url{http://www.goredo.cypherpunks.ru/, goredo} (NNCP's author creation), @url{https://redo.readthedocs.io/, apenwarr/redo} (@code{contrib/do} is -from that project), @url{https://github.com/leahneukirchen/redo-c, redo-c}. +from that project), @url{https://github.com/leahneukirchen/redo-c, redo-c}, +@url{https://github.com/gotroyb127/baredo, baredo}. There is @command{install} target respecting @env{$DESTDIR}. It will install binaries and info-documentation: @@ -40,3 +41,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.