This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Lots of fixes. Application is polished.
Functionality description will be added soon into README.
How to use?
- Install GTK3 - for the graphical user interface. You can download it here or use Homebrew -
brew install gtk+3
and it will be downloaded with all it's dependencies. It's necessary for you to install this framework. - You can use portable version by downloading it below and skip next two steps.
- Compile this app: fonts -
make font
. - Compile this app: PokeChat -
make
. - Start the server:
./uchat_server [port]
, port 10000 or higher is recommended. - Launch:
./uchat [ip] [port]
, use IP127.0.0.1
or0.0.0.0
with servers port for local connection or use servers actual IP address to connect through LAN.