Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 641 Bytes

README.rst

File metadata and controls

26 lines (19 loc) · 641 Bytes

emdr-announcer-go

Status: Production
Author: Greg Taylor
License:BSD

This is an EMDR announcer written in Go.

Install

  • Install Go.
  • Install ZeroMQ 3.x.
  • sudo go get -tags zmq_3_x github.com/alecthomas/gozmq
  • From within your emdr-announcer/src dir: go build emdr-announcer.go
  • You should now be able to run the announcer: ./emdr-announcer-go

License

This project, and all contributed code, are licensed under the BSD License. A copy of the BSD License may be found in the repository.