X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fbuilding.texi;h=03eda87e2e85d88bc52bc87cecd7bb88c9d5282e;hp=fee272e1bde547d554f2148452cd544f1e80f0c9;hb=e068d88291cd45a4d6b748e258077dd6c0ffb9c2;hpb=655146e4ee2bde72c9e8daa1361010fefe016df9 diff --git a/doc/building.texi b/doc/building.texi index fee272e..03eda87 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -46,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}.