Skip to content

A cross platform gui/cli app for installing Equicord

License

Notifications You must be signed in to change notification settings

Equicord/Equilotl

 
 

Repository files navigation

Equilotl

The Equicord Installer allows you to install Equicord, the cutest Discord Desktop client mod

image

Usage

Windows

MacOS

Linux

Building from source

Prerequisites

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:

Base dependencies

apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev
dnf install pkg-config libGL-devel libXxf86vm-devel

X11 dependencies

apt install -y xorg-dev
dnf install libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel

Wayland dependencies

apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules

Building

Install dependencies

go mod tidy

Build the GUI

Windows / Mac / Linux X11
go build
Linux Wayland
go build --tags wayland

Build the CLI

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

About

A cross platform gui/cli app for installing Equicord

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 98.3%
  • Shell 1.1%
  • PowerShell 0.6%