Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 438 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 438 Bytes

Qt-MSN

To run this application you must have QT5 and Protobuf installed. Run the command bellow to install.

sudo apt install qt5-default
sudo apt install libprotobuf-dev

Compiling and running Server

cd Qt-UOL
cd server
sh protobuf.sh
mkdir build
cd build
qmake ..
make
./server

Compiling and running Client

cd Qt-UOL
cd client
sh protobuf.sh
mkdir build
cd build
qmake ..
make
./client