Skip to content

client / server programs and dependency vendoring

License

Notifications You must be signed in to change notification settings

mixmasala/daemons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Katzenpost Mix Network Daemons

Prerequisites

Building Katzenpost has the following prerequisites:

  • Some familiarity with building Go binaries.
  • Go 1.9 or later.
  • A recent version of dep.

Building

#
# Fetch the Katzenpost components.
#
# Notes:
#  * As of right now, due to the pace of development, the Katzenpost
#    components are deliberately not vendored.
#
#  * This step SHOULD be omitted when doing development on Katzenpost,
#    in favor of checking out all of the components into your GOPATH.
#
#  * The `daemons/vendor` directory contains all external dependencies
#    that are required to build any part of Katzenpost, and can be
#    reused if building things as libraries (Eg: symlinking
#    `minclient/vendor` to `daemons/vendor` ).
#
dep ensure

#
# Build the binaries.
#
(cd authority/nonvoting; go build)
(cd server; go build)
(cd mailproxy; go build)

License

AGPL: see the LICENSE file for details. The external dependencies have their own licenses.

About

client / server programs and dependency vendoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%