Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 520 Bytes

VirtualSoc--ComputerNetworks

An application that simulates a real social network with users (normal and admin) having the possibility to post messages, have a conversation with multiple parteners, have a personal profile and groups of users.

Installation

make
./server
./client

Dependencies

  • QT 5.7: sudo apt-get build-dep qt5-default
    sudo apt-get install libxcb-xinerama0-dev
  • sqlite3: sudo apt-get install sqlite3 libsqlite3-dev
  • jansson: sudo apt-get install libjansson-dev