Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2xsaiko/mcrestool

Tool to edit Minecraft resources
https://github.com/2xsaiko/mcrestool

Last synced: 9 days ago
JSON representation

Tool to edit Minecraft resources

Awesome Lists containing this project

README

        

# mcrestool

## Building

You need the following set up:

- a **Rust** development environment (cargo)
- a **C++** development environment (cmake)
- an up to date version of **Qt 5**
- **extra-cmake-modules** from your distro's repositories
- [**corrosion**][1] (for Gentoo: *dev-util/corrosion::2xsaiko*)
- **cxxbridge** (`cargo install cxxbridge-cmd`)

Then, run:

$ mkdir build
$ cd build
$ cmake ..
$ make

That's it! The binary should be output at build/mcrestool.

[1]: https://github.com/AndrewGaspar/corrosion
[2]: https://github.com/2xsaiko/cxx