Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/interfiber/volt

Minecraft Forge Plugin Manager
https://github.com/interfiber/volt

minecraft minecraft-forge plugin-manager rust-lang

Last synced: about 2 months ago
JSON representation

Minecraft Forge Plugin Manager

Awesome Lists containing this project

README

        

# Volt
The Minecraft Forge Plugin Manager

## ℹī¸ About
Everything you want to know is [here](https://interfiber.github.io/volt), the rest of this page is development docs.

## 👷 Building volt
Volt requires [↗ī¸ Rust](https://rust-lang.org) to run, it also requires ```rustc 1.52.0-beta.3``` to run. After you have that clone this repo with git and run
```bash
cargo build --release
```
inside the cloned folder. All code is located under ```src```

## đŸ“Ļ Packaging volt for Mac
To package volt for mac simply clone this repo and run
```bash
cargo build --release
make pkg_mac
```

## đŸ“Ļ Packaging for Linux
To package volt for linux you need to have a linux machine.
Then clone this repo and run the following command in the cloned folder
```bash
cargo build --release
make pkg_linux
```
This will generate a tarball which will contain a example config file, and the volt binary