Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.29 KB

README.md

File metadata and controls

72 lines (40 loc) · 2.29 KB

ChattY

Chat client and server implemented in C++ and Qt 5.

THIS SOFTWARE IS RELEASED AS FREE SOFTWARE. YOU HAVE THE RIGHT TO USE, SHARE OR MODIFY IT IN ANY WAY YOU WANT. IT IS RELEASED WITH ABSOLUTELY NO WARRANTY TO THE EXENT OF APPLICABLE LAW.

System Requirements

Tested with:

  • Mac OS X 10.7 and later
  • Windows 7 and later
  • Ubuntu 12.04 and later

Pre built binaries can be found at http://hfelo.se

Compiling

  • ChattY is written in C++11 and requires a compiler with support for it, for example g++ version 4.7 or later.

  • ChattY requires a functional Qt 5 environment, which can be found here: http://qt-project.org/downloads

  • On Mac OS X 10.9 Mavericks you need to install XCode Command Line Tools in order to clone and compile ChattY. You then need to install Qt 5 from http://qt-project.org/downloads

  • On Ubuntu 13.10 and later you can install Qt 5 by using the following commands:

    sudo apt-get update

    sudo apt-get upgrade

    sudo apt-get install build-essential qt5-default git qtmultimedia5-dev

Client

Server