devfxx 7deb9fd0df | ||
---|---|---|
.github/workflows | ||
.idea | ||
buildinfo | ||
macos | ||
winres | ||
.gitignore | ||
LICENSE | ||
README.md | ||
app_asar.go | ||
cli.go | ||
cli_other.go | ||
cli_windows.go | ||
constants.go | ||
find_discord_darwin.go | ||
find_discord_linux.go | ||
find_discord_windows.go | ||
github_downloader.go | ||
go.mod | ||
go.sum | ||
gui.go | ||
install.ps1 | ||
install.sh | ||
log.go | ||
openasar.go | ||
patcher.go | ||
self_updater.go | ||
util.go |
README.md
Cum Installer
The Cum Installer allows you to install CumCord, a fork of Vencord
Usage
See https://vencord.dev/download, since this functions the same way as the original Vencord installer
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