Skip to content

Commit 3c3ca04

Browse files
committed
Update README.md
Updated the documentation to be clearer about the linking service and expose more links.
1 parent cf843ba commit 3c3ca04

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

README.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,7 @@ This repository contains the required setup/configuration/build scripts and patc
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

1313
## 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.
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. The repository links below will still work. However the new links are more convienient as they will update every 12 hours to point to the latest builds.
2715

2816
### [Architecture Releases Directory](https://www.dropbox.com/sh/ewam0qujfdfaf19/AAB0_fQF7unuuqwDBZ1dF5fla?dl=0)
2917
## ARMv7
@@ -34,6 +22,20 @@ For ARMv7+ Devices with atleast GLIBC 2.19
3422

3523
(Including Raspberry Pi 2 __running Raspbian Jessie__ (8))
3624

25+
### Nightly
26+
* [Latest Unofficial Nightly Rust Binary](https://sothr.com/RustBuild/armv7/rust/nightly/latest)
27+
* [Latest Unofficial Nightly Cargo Binary](https://sothr.com/RustBuild/armv7/cargo/nightly/latest)
28+
* [Latest Unofficial Nightly Rustlib Archive](https://sothr.com/RustBuild/armv7/rustlib/nightly/latest)
29+
### Beta
30+
* [Latest Unofficial Beta Rust Binary](https://sothr.com/RustBuild/armv7/rust/beta/latest)
31+
* [Latest Unofficial Beta Cargo Binary](https://sothr.com/RustBuild/armv7/cargo/beta/latest)
32+
* [Latest Unofficial Beta Rustlib Archive](https://sothr.com/RustBuild/armv7/rustlib/beta/latest)
33+
### Stable
34+
* [Latest Unofficial Stable Rust Binary](https://sothr.com/RustBuild/armv7/rust/stable/latest)
35+
* [Latest Unofficial Stable Cargo Binary](https://sothr.com/RustBuild/armv7/cargo/stable/latest)
36+
* [Latest Unofficial Stable Rustlib Archive](https://sothr.com/RustBuild/armv7/rustlib/stable/latest)
37+
38+
## ARMv7 Direct Repository Links
3739
### [Unofficial Nightly Binaries (1.5.0)](https://www.dropbox.com/sh/gcat9erkhd4acq1/AABSM3TWIqcrSFx0LRijUNAYa?dl=0)
3840
### [Unofficial Beta Binaries (1.4.0)](https://www.dropbox.com/sh/0ie217m6yiv5wic/AAC3nAwnC5uUPFcbTuz6EmLRa?dl=0)
3941
### [Unofficial Stable Binaries (1.3.0)](https://www.dropbox.com/sh/zth6wky23ih88c8/AABTYCOBeaTDBIASKoWyAPwma?dl=0)
@@ -45,6 +47,20 @@ For ARMv6+ Devices with atleast GLIBC 2.13
4547

4648
For Raspberry Pi (A, A+, B, B+, 2) running Raspbian Wheezy (7)
4749

50+
### Nightly
51+
* [Latest Unofficial Nightly Rust Binary](https://sothr.com/RustBuild/armv6-armhf/rust/nightly/latest)
52+
* [Latest Unofficial Nightly Cargo Binary](https://sothr.com/RustBuild/armv6-armhf/cargo/nightly/latest)
53+
* [Latest Unofficial Nightly Rustlib Archive](https://sothr.com/RustBuild/armv6-armhf/rustlib/nightly/latest)
54+
### Beta
55+
* [Latest Unofficial Beta Rust Binary](https://sothr.com/RustBuild/armv6-armhf/rust/beta/latest)
56+
* [Latest Unofficial Beta Cargo Binary](https://sothr.com/RustBuild/armv6-armhf/cargo/beta/latest)
57+
* [Latest Unofficial Beta Rustlib Archive](https://sothr.com/RustBuild/armv6-armhf/rustlib/beta/latest)
58+
### Stable
59+
* [Latest Unofficial Stable Rust Binary](https://sothr.com/RustBuild/armv6-armhf/rust/stable/latest)
60+
* [Latest Unofficial Stable Cargo Binary](https://sothr.com/RustBuild/armv6-armhf/cargo/stable/latest)
61+
* [Latest Unofficial Stable Rustlib Archive](https://sothr.com/RustBuild/armv6-armhf/rustlib/stable/latest)
62+
63+
## ARMv6-armhf Direct Repository Links
4864
### [Unofficial Nightly Binaries (1.5.0)](https://www.dropbox.com/sh/866e4szgdvjmy45/AABP1moHeCTyST9B3qJIdVfva?dl=0)
4965
### [Unofficial Beta Binaries (1.4.0)](https://www.dropbox.com/sh/ausedh4kwrx5rug/AACXoXri73xfQNw3-EsF38Zga?dl=0)
5066
### [Unofficial Stable Binaries (1.3.0)](https://www.dropbox.com/sh/laespfc9u77hga6/AACy-arsOzQe2nT1hvcWegoea?dl=0)

0 commit comments

Comments
 (0)