项目作者: FocusCompany

项目描述 :
The Eye of Sauron
高级语言: C++
项目地址: git://github.com/FocusCompany/daemon.git
创建时间: 2017-10-16T17:13:36Z
项目社区:https://github.com/FocusCompany/daemon

开源协议:MIT License

下载


Daemon

Build Status
Build status

Installation

First take a look at the dependencies bellow, you should install all the dependencies to successfully compile the Focus Daemon. Once done just run the following commands in the root directory of the repository

  1. mkdir build
  2. cd build
  3. cmake .. (Linux) /or/ cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug .. (Windows)
  4. make (Linux) /or/ nmake (Windows)

Then simply run the generated executable depending on the platform where you have build the daemon.

Dependencies

All Platform

  1. - Protobuf 3 (https://github.com/google/protobuf)
  2. - OpenSSL
  3. - ZeroMQ (https://github.com/zeromq/libzmq)

Linux

  1. - libx11-dev
  2. - libxmu-dev
  3. - libxss-dev
  4. - libwebkit2gtk-4.0-dev

MacOs

  1. - Carbon

Class Diagram

placeholder

Protobuf Envelope

placeholder