GithubHelp home page GithubHelp logo

usooooo / installer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vencord/installer

0.0 0.0 0.0 193 KB

A cross platform gui/cli app for installing Vencord

License: GNU General Public License v3.0

Shell 2.59% Go 97.41%

installer's Introduction

Vencord Installer

Vencord Installer allows you to install Vencord, a Discord Desktop client mod

image

Usage

Windows

Warning Do not run the installer as Admin

Download VencordInstaller.exe and run it

Alternatively, if you are on Windows 7, 32bit or the installer doesn't open for other reasons, download the CLI from releases and run it via the terminal

Linux

sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"

MacOs

Download the latest MacOs build, unzip it, and run VencordInstaller.app

If you get a VencordInstaller can't be opened warning, right-click VencordInstaller.app and click open.

This warning shows because the app isn't signed since I'm not willing to pay 100 bucks a year for an Apple Developer license.


Building from source

You need the go compiler

To build the gui (you can build the cli without these), you also need gcc (MinGW on Windows) and the following additional dependencies if on Linux:

apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev

# X11
apt install -y xorg-dev

# Wayland
apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules

Then just run

go mod tidy

# Windows / MacOs / Linux X11
go build
# or build the Cli
go build --tags cli

# Linux Wayland
go build --tags wayland

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

installer's People

Contributors

vendicated avatar hanahaneull avatar jackiexyz avatar meguminsama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.