X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fbuilding.texi;h=03eda87e2e85d88bc52bc87cecd7bb88c9d5282e;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=13c40a53be73dc24b0dcd8861aebb37df93cde52;hpb=0639e0c1eb295d1a8e2be31c906ee22394a51d20;p=nncp.git diff --git a/doc/building.texi b/doc/building.texi index 13c40a5..03eda87 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: @@ -45,4 +46,10 @@ 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. +usage at all: + +@example +$ GO_CFLAGS="-tags nofsnotify" redo ... +@end example + +You can also disable Yggdrasil support with @code{-tags noyggdrasil}.