Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rednaks/gensora

GenSora Qt-based chat
https://github.com/rednaks/gensora

Last synced: 3 days ago
JSON representation

GenSora Qt-based chat

Awesome Lists containing this project

README

        

MiniProjet C++

Ce projet se compose de deux application, l'application client et l'application serveur.

*Dépendances :

Vérifier que vous avez le framework Qt4 installé sur votre machine.
pour l'insatller sous une distribution debian like :

sudo apt-get install qt-creator

Installer aussi les outils de compilation :
sudo apt-get install build-essential

Installation de boost_serialization
sudo apt-get install libboost-serialization-dev

* Compilation:
** Client :
make client.bin

** Server :
make server.bin

Pour compiler tout le projet exécutez simplement :
make

Enjoy ! :)