Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.41 KB

ReadMe.md

File metadata and controls

50 lines (28 loc) · 1.41 KB

Environs Mediator sources and binaries


The Mediator service is an optional service for Environs application environments that help spanning application environments across network boundaries.
The Mediator service is designed as command line application and accepts keyboard commands through the command line. However, the service may also run as background daemon.

Binaries and How-to build


  • You may either use the precompiled binaries in the Mediator folder or
  • build the binaries yourself

OSX/Linux

> cd Mediator
> make clean && make all

The build script performs a make clean && make. The resulting binaries are then called Mediator.OSX / Mediator.Linux.

Windows


Directory structure and contents



  • Header files and tools that are commonly used by all platforms.