gelato 0.0.5

A GUI IRC Client. Pop and Cool
Documentation

Gelato

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