conradkleinespel / rpassword

Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows, WASM).
Apache License 2.0
244 stars 38 forks source link

add mips and mipsel dependencies #9

Closed psych0d0g closed 8 years ago

psych0d0g commented 8 years ago

8

conradkleinespel commented 8 years ago

Thanks for the PR @psych0d0g. The Windows build seems to be broken. I'll check why and get back to you shortly.

conradkleinespel commented 8 years ago

Looking good.

Would you know of a way to add automated builds for the mips and mipsel platforms ?

conradkleinespel commented 8 years ago

I will push a new version of the library to crates.io in a few seconds so you can install it via cargo.

psych0d0g commented 8 years ago

i dont know how travisci handles mips and mipsel builds but for rust you would need the stdlib for mips and mipsel from http://static.rust-lang.org/dist/rust-std-nightly-mipsel-unknown-linux-gnu.tar.gz and http://static.rust-lang.org/dist/rust-std-nightly-mips-unknown-linux-gnu.tar.gz. also you would need the gcc crosscompiler toolchains for those 2 architectures

conradkleinespel commented 8 years ago

Alright, thanks for the explanation. I'll try to set this up someday if I find the time.