Skip to content

Commit cf843ba

Browse files
committed
Update README.md
Added information about the auto linking service now active.
1 parent 51d9b46 commit cf843ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ This repository contains the required setup/configuration/build scripts and patc
1010

1111
For those familiar with Jorge Aparicio's [ruststrap](https://github.com/japaric/ruststrap) project; the ARMv6 builds are incredibly similar to his documented process. They're built in a Raspbian container with glibc 2.13 and GCC 4.8. This means that they're compatible with ARMv6-armhf systems and up (Thanks to the requirement by ARM, that all newer ARM architectures are required to recognize and run old ARM architectures). So anyone with a Raspberry Pi running the Wheezy distribution of Raspbian should use those, even if it's the ARMv7 Raspberry Pi 2. However, if the Raspberry Pi 2 is running the newer Jessie distribution of Raspbian, that should be able to run the ARMv7 binaries as it meets the requirement of glibc >= 2.19.
1212

13+
## Linking Service
14+
I'm now running a simple linking service to direct to the latest versions available for download without having to go directly to dropbox.
15+
16+
## ARMv7
17+
###[Latest Unofficial Nightly Binary](https://sothr.com/RustBuild/armv7/rust/nightly/latest)
18+
###[Latest Unofficial Beta Binary](https://sothr.com/RustBuild/armv7/rust/beta/latest)
19+
###[Latest Unofficial Stable Binary](https://sothr.com/RustBuild/armv7/rust/stable/latest)
20+
21+
## ARMv6-armhf
22+
###[Latest Unofficial Nightly Binary](https://sothr.com/RustBuild/armv6-armhf/rust/nightly/latest)
23+
###[Latest Unofficial Beta Binary](https://sothr.com/RustBuild/armv6-armhf/rust/beta/latest)
24+
###[Latest Unofficial Stable Binary](https://sothr.com/RustBuild/armv6-armhf/rust/stable/latest)
25+
26+
The links below will still work, but those above may be more convienient endpoints to pull from as they will automatically update every 12 hours to the latest binaries.
27+
1328
### [Architecture Releases Directory](https://www.dropbox.com/sh/ewam0qujfdfaf19/AAB0_fQF7unuuqwDBZ1dF5fla?dl=0)
1429
## ARMv7
1530

0 commit comments

Comments
 (0)