- Our GitHub Action provides the pre-built reXscript binaries and suzume module. Download the pre-built binaries from GitHub Action.
- Copy to a directory and add it to
$PATH. - Done! Now you can use
rex -m suzumecommand now!
- macOS System Requriements:
brewandDeveloper SDKare installed on the machine. - Linux System Requirements:
opensslcmakemakeg++ (clang)is configured.
macOS: /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/XtherDevTeam/suzume/master/install-scripts/macos.sh)"
macOS Apple Silicon: arch -arm64 /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/XtherDevTeam/suzume/master/install-scripts/macos.sh)"
Linux: /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/XtherDevTeam/suzume/master/install-scripts/linux.sh)"