ELF wrapper for RunImage Run.sh script in the extracted form
- Download the latest revision
git clone https://github.com/VHSgunzo/Run-wrapper.git && cd Run-wrapper
- Compile a binary
rustup default nightly
rustup target add x86_64-unknown-linux-musl
rustup component add rust-src --toolchain nightly
cargo build --release
mv target/x86_64-unknown-linux-musl/release/Run Run-x86_64
cp -f Run-x86_64 pkgbuild
(cd pkgbuild && makepkg -fsCc --noconfirm --nodeps)
- Or take an already precompiled binary file from the releases