Atom/readme.md

192 B

This is a peer-to-peer chat software

  • use the follow instruction to build it
git clone --recurse-submodules https://github.com/54108/Atom.git
mkdir build && cd build
cmake ..
make