This repository contains desktop client for Chocal Chat application that supports Linux, Mac and Windows operating systems.
You need to run Chocal Chat Server application on your local network. You can take it from here: https://github.com/J-TAG/chocal-chat-server
In order to run Chocal Chat desktop client you need to install Qt development environment.
- Install Qt: https://qt.io
- Run Chocal Server: https://github.com/J-TAG/chocal-chat-server
- Clone Chocal Desktop
- Use
lrelease
to generate translationqm
files. For example if Qt bin directory is in your PATH environment variable you can runlrelease-qt5 ChocalChat.pro
or if it is not you can runpath/to/qt/bin/lrelease ChocalChat.pro
or in a Windows environmet runC:\Qt\Qt5.6.0\5.6\msvc2015_64\bin\lrelease.exe ChocalChat.pro
. Note that becauseqm
files are supposed to be bundled in a.qrc
file, so you SHOULD do this step, otherwise the build operation will fail.
Please refer to Chocal Server README.md
file to find out how Chocal API is working.