1 unstable release

0.0.5 Aug 31, 2021
0.0.4 May 8, 2021
0.0.3 May 7, 2021
0.0.2 May 16, 2020
0.0.1 Apr 26, 2020

#13 in #irc-client

MIT license

1MB
834 lines

Gelato

gelato

A GUI IRC Client. Be Pop and Cool!

How 2 Use

MacOS

$ brew install openssl
$ cp setting.json.template setting.json
$ emacs setting.json # edit infomation
$ cargo run

Ubuntu

  • Environment
    • Ubuntu 21.04 (Hirsute Hippo)
    • CPU:INTEL Core i7-9700KF 3.6GHz 12MB 8cores/8threads
    • GPU:MSI GEFORCE RTX
$ sudo apt update && sudo apt upgrade
$ sudo apt install gcc pkg-config openssl libasound2-dev cmake build-essential python3 libfreetype6-dev libexpat-dev libexpat1-dev libxcb-composite0-dev libssl-dev libx11-dev gcc-multilib libxkbcommon-dev libfontconfig1-dev

# If you see "vulkan: No DRI3 support detected" message, you can try the below.

$ cat /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "DRI"     "3"
EndSection
$ reboot

$ cp setting.json.template setting.json
$ emacs setting.json # edit infomation
$ cargo run

Attention

  • You should set all properties of setting.json to avoid abort.

Release

Look

gelato

Dependencies

~15–33MB
~492K SLoC