Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 715 Bytes

yeti-management

yeti-management is a part of project Yeti

Build (Debian 8/9)

install build dependencies

# aptitude install libprotobuf-dev libnanomsg-dev libconfuse-dev protobuf-compiler libsctp-dev pkg-kde-tools

get sources & build

$ git clone https://github.com/yeti-switch/yeti-management.git
$ cd yeti-management
$ mkdir build && cd build
$ cmake ..
$ make

make debian packages

$ make deb

you will get three packages:

  • libyeticc contains so library
  • libyeticc-dev contains library header, data for pkgconfig, cmake helper to use in projects to find library
  • yeti-management contains configuration server daemon