X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=9dec3824a2ecf58afb57e6ac38291d3157f8d6a9;hb=357e4f67134aaae7995ebac32e0272e781bc94e1;hp=a3621933cfb9c84ce816911323b847ce7e3cff10;hpb=1d45cd167ad0cd21f8129f6ffa05fd9829bb64e0;p=nncp.git diff --git a/doc/install.texi b/doc/install.texi index a362193..9dec382 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -10,41 +10,19 @@ recommended). @emph{Make} (BSD and GNU ones are fine) is recommended for convenient building. @url{https://www.gnu.org/software/texinfo/, Texinfo} is used for building documentation. -Included required libraries: - -@multitable @columnfractions .50 .50 -@headitem Library @tab Licence -@item @code{github.com/dustin/go-humanize} @tab MIT -@item @code{github.com/flynn/noise} @tab BSD 3-Clause -@item @code{github.com/go-check/check} @tab BSD 2-Clause -@item @code{github.com/go-yaml/yaml} @tab Apache License 2.0 and MIT -@item @code{github.com/minio/blake2b-simd} @tab Apache License 2.0 -@item @code{golang.org/x/crypto} @tab BSD 3-Clause -@item @code{golang.org/x/net} @tab BSD 3-Clause -@item @code{golang.org/x/sys} @tab BSD 3-Clause -@end multitable - -Get @ref{Tarballs, the tarball}, check its +In general you must get @ref{Tarballs, the tarball}, check its @ref{Integrity, integrity and authenticity} and run @command{make}. -@emph{nncp-*} binaries will be built in the current directory: - -@verbatim -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz.sig -% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz -% tar xf nncp-0.1.tar.xz -% make -C nncp-0.1 all -@end verbatim - -There is @code{install} target respecting @env{DESTDIR}. It will -install binaries and info-documentation. +Look for general and @ref{Platform-specific, platform-specific} +installation instructions. @menu * Prepared tarballs: Tarballs. * Tarballs integrity check: Integrity. +* Platform-specific instructions: Platform-specific. * Development source code: Sources. @end menu @include download.texi @include integrity.texi +@include platforms.texi @include sources.texi