The Equicord Installer allows you to install Equicord, the cutest Discord Desktop client mod
Windows
MacOS
Linux
You need to install the Go programming language and GCC, the GNU Compiler Collection (MinGW on Windows)
Additionally, if you're using Linux, you have to install some additional dependencies:
apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev
dnf install pkg-config libGL-devel libXxf86vm-devel
apt install -y xorg-dev
dnf install libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel
apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules
go mod tidy
go build
go build --tags wayland
go build --tags cli
You might want to pass some flags to this command to get a better build. See the GitHub workflow for what flags I pass or if you want more precise instructions