/GenSora

GenSora Qt-based chat

Primary LanguageC++OtherNOASSERTION

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 ! :)