Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.59 KB

Readme.md

File metadata and controls

39 lines (25 loc) · 1.59 KB

wt_ext_cli

Extract and transform BLK and VROMF archives

Installing

Easy way:

Hard way (from source):

Building the project from git

  1. Install a working Rust-toolchain through Rustup
  2. Clone the repository using git clone and enter the directory cd wt_ext_cli (requires git)
  3. Depending on the goal, do the following:
    Goal Command
    Build a portable executable cargo build --release binary can be found in target/release/wt_ext_cli(.exe)
    Install the tool locally (added to path as wt_ext_cli) cargo install --profile release --path .
    Run the tool directly cargo run --release -- {FLAGS} replace FLAGS with CLI args

For lesser experienced users

The GUI toolkit provides a simple graphical interface for anyone not as confident with the commandline.
Its repository and subsequent installation instructions are here: https://github.com/axiangcoding/WT-Toolkit

Building the project from crates-io

Currently a non-goal, as publishing git-dependecy binaries is not possible.

Usage

For usage, view this guide

Licensed under the Apache 2.0 license