P2P Chat and File Transfer Desktop Application for LAN Liscenced under GPLv3.0 ( see LISCENCE ).
- libssl
- licrypto
- cmake 3.5.1
- Qt 5.8 libs
- if Qt 5.8 is installed globally
$ mkdir build && cd build
$ cmake ..
$ make && make install
- if Qt 5.8 is installed at a specific path
$ mkdir build && cd build
$ cmake -DCMAKE_PREFIX_PATH=/path/to/Qt5.8.0/ ..
$ make && make install
see Using.md
- graphviz
- doxygen
inside Repository
$ doxygen
goto apidocs > html directory and open index.html with browser