Changes
Page history
Update Install toolchains
authored
Sep 18, 2023
by
Guillaume Sanahuja
Show whitespace changes
Inline
Side-by-side
Install-toolchains.md
View page @
478ee13d
...
...
@@ -12,7 +12,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~`
`$ wget https://
uav
.hds.utc.fr/
src
/old/toolchain/x86_64-meta-toolchain-flair-x86_64.sh`
`$ wget https://
devel
.hds.utc.fr/
flair
/old/toolchain/x86_64-meta-toolchain-flair-x86_64.sh`
`$ chmod +x x86_64-meta-toolchain-flair-x86_64.sh`
...
...
@@ -24,7 +24,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~`
`$ wget https://
uav
.hds.utc.fr/
src
/old/toolchain/x86_64-meta-toolchain-flair-armv7a-neon.sh`
`$ wget https://
devel
.hds.utc.fr/
flair
/old/toolchain/x86_64-meta-toolchain-flair-armv7a-neon.sh`
`$ chmod +x x86_64-meta-toolchain-flair-armv7a-neon.sh`
...
...
@@ -36,7 +36,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~`
`$ wget https://
uav
.hds.utc.fr/
src
/old/toolchain/x86_64-meta-toolchain-flair-armv5e.sh`
`$ wget https://
devel
.hds.utc.fr/
flair
/old/toolchain/x86_64-meta-toolchain-flair-armv5e.sh`
`$ chmod +x x86_64-meta-toolchain-flair-armv5e.sh`
...
...
...
...