rust - The nightly build of rustfmt does not run on another Windows PC -
i built latest master branch of rustfmt on x64 windows 8.1 pc using rust nightly 2015/07/18.
cargo build --release
rustfmt needs nightly version of rust.
and copied rustfmt.exe x64 pc, can not run , showed dlls missing.
they std-74fa456f.dll, log-74fa456f.dll, rustc-74fa456f.dll, , syntax-74fa456f.dll.
rust stable 1.1.0 installed on second pc.
you need copy dlls rust installed on first pc. example, c:\rust
, , copy required dlls rustfmt.exe in c:\rust\bin
second pc on same folder rustfmt.exe.
Comments
Post a Comment