]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/building.texi
Yggdrasil overlay transport
[nncp.git] / doc / building.texi
index fee272e1bde547d554f2148452cd544f1e80f0c9..03eda87e2e85d88bc52bc87cecd7bb88c9d5282e 100644 (file)
@@ -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}.