Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 688 Bytes

Yampl - C++14/libasio Client/Server IPC

Build Status

Brief

Yampl - an inter-process communication library for ATLAS - Client/Server IPC (C++14/libasio) task assigned by Vakho Tsulaia.

Build

  1. Fork this repository
  2. git clone https://github.com/your_username/yampl-gsc-task
  3. cd yampl-gsc-task
  4. cmake . -DASIO_INCLUDE_DIR="path_to_libasio_include_dir"
  5. make OR ninja (if you used ninja as a generator)

License

This code is licensed under the MIT license. Read LICENSE for further information.