#zip-archive #archive #zip #file #access

matryoshka

Provides a unified API for both file system access and access to ZIP archives

1 unstable release

0.1.0 Nov 16, 2020

#80 in #zip-archive

MIT license

24KB
578 lines

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 (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.

Dependencies

~1.8–2.8MB
~47K SLoC