- 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 suzume
command now!
- macOS System Requriements:
brew
andDeveloper SDK
are installed on the machine. - Linux System Requirements:
openssl
cmake
make
g++ (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)"