If you use MacOS, follow the next steps:
- Uncomment lines 34 and 31 in
client/Makefile
andserver/Makefile
respectively. - Do
brew update
,brew install gtk+3
. - Do
make font
to install the required font. - Do
make
.
Otherwise, do make install
and make
.
First, run ./uchat_server [port]
. This process will work as a daemon and you can kill it by doing kill [pid]
, where pid is the process id, that will be shown in the beginning of execution.
Then, run the app:
./uchat [ip_address] [port]
.
You can use standard 8080 port, and 127.0.0.1 for running on localhost.