Files
custom-install/bin/README
Ian Burgwin 0421a7dedb bin: update binaries
README: update hash, add build platforms and commands used
darwin: build without osxfuse dependency
win32: build for 32-bit
2019-11-11 21:48:39 -08:00

9 lines
410 B
Plaintext

save3ds_fuse for win32 and darwin built with commit 09a421a5dab729e7e5f394506627e5e49994f7ee
in repository https://github.com/wwylele/save3ds
win32 binary built on Windows 10, version 1903 64-bit with `cargo build --release --target=i686-pc-windows-msvc`.
darwin binary built on macOS 10.15.1 with `cd save3ds_fuse && cargo build --no-default-features --release`.
linux binary must be provided by the user.