Next: Precautions, Previous: News, Up: Top
GoVPN is written on Go programming language, Make is recommended for convenient building. Texinfo is used for building documentation.
Included required libraries:
Library | Platform | Licence |
---|---|---|
golang.org/x/crypto | All | BSD 3-Clause |
github.com/agl/ed25519 | All | BSD 3-Clause |
github.com/bigeagle/water | GNU/Linux | BSD 3-Clause |
Get the tarball and run make
.
govpn-client, govpn-server, govpn-verifier
binaries will be build in the current directory.
% wget http://www.cypherpunks.ru/govpn/download/govpn-2.3.tar.xz % wget http://www.cypherpunks.ru/govpn/download/govpn-2.3.tar.xz.sig % gpg --verify govpn-2.3.tar.xz.sig govpn-2.3.tar.xz % tar xf govpn-2.3.tar.xz % make -C govpn-2.3 all
There is install
target respecting DESTDIR
. It will
install binaries, info-documentation and utilities.
• Prepared tarballs: | ||
• Development source code: | ||
• Tarballs integrity check: |