-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Request: Binaries for ARM / Raspberry Pi #676
Description
Ripgrep is so fast and lightweight that it really seems like it would shine on low-resources devices like the Raspberry Pi. Unfortunately, the current binaries don't include an ARM compatible release. Additionally, the process for cross-compiling with Rust from OSX to ARM seems more complicated than I anticipated (at least compared to Go), and installing Rust on the Pi seems like a little more work than I'd hope for just to be able to install ripgrep.
If there's any way the armv7-unknown-linux-gnueabihf target could be added as one of the binaries you provide for easy download, I bet it would see a decent amount of use from fellow Raspberry Pi users. As someone unfamiliar with Rust, trying to figure out rustup and cross compiling is currently taking up a lot of my day, and a simple wget and tar xzf certainly sounds appealing.