From 06641e726f10acb299328148b6f0dbab0e464720 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 15 Jun 2020 18:50:39 +0200 Subject: [PATCH] Add make instructions --- README.MD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..328b5ed --- /dev/null +++ b/README.MD @@ -0,0 +1,9 @@ +# ComunicWatcher +This project is a tray application that notifies you of new activity on your Comunic account. + +## Building for Linux +```bash +sudo apt install -y qt5-default libqt5websockets5-dev qt5-qmake make g++ +qmake +make +``` \ No newline at end of file