Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rednaks/gensora
- Owner: rednaks
- License: other
- Created: 2012-11-27T18:17:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T20:52:28.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T12:22:59.096Z (7 months ago)
- Language: C++
- Size: 196 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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-essentialInstallation de boost_serialization
sudo apt-get install libboost-serialization-dev* Compilation:
** Client :
make client.bin** Server :
make server.binPour compiler tout le projet exécutez simplement :
makeEnjoy ! :)