diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

How to run steps for Ubuntu, MacOS and Windows #60

Open ericoporto opened 4 years ago

ericoporto commented 4 years ago

First, amazing software, this is very useful for my laptop!

I noticed the README doesn't say if this project can be run on Windows and MacOS. Also on Ubuntu I am not sure what I need to sudo apt install before running this.

NTBBloodbath commented 4 years ago

First, amazing software, this is very useful for my laptop!

I noticed the README doesn't say if this project can be run on Windows and MacOS. Also on Ubuntu I am not sure what I need to sudo apt install before running this.

I personally don't know if this can run outside of Linux but on Ubuntu you'll need to install libhandy (Ubuntu 19 or higher) and golang (1.13+). You can use ppa:longsleep/golang-backports on Ubuntu 18 and 19.

You don't need to install gtk cuz it's already installed by default on Ubuntu due to Gnome. After doing it, just follow README build instructions!