Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2xsaiko/mcrestool
- Owner: 2xsaiko
- License: mit
- Created: 2020-11-16T18:35:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T16:07:39.000Z (over 3 years ago)
- Last Synced: 2024-10-31T12:09:30.598Z (16 days ago)
- Language: Rust
- Size: 381 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ..
$ makeThat's it! The binary should be output at build/mcrestool.
[1]: https://github.com/AndrewGaspar/corrosion
[2]: https://github.com/2xsaiko/cxx