Update Install toolchains authored by Guillaume Sanahuja's avatar Guillaume Sanahuja
...@@ -12,7 +12,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools. ...@@ -12,7 +12,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~` `$ 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` `$ 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. ...@@ -24,7 +24,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~` `$ 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` `$ 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. ...@@ -36,7 +36,7 @@ You need at least this one, as it used for compiling FlairGCS and other tools.
`$ cd ~` `$ 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` `$ chmod +x x86_64-meta-toolchain-flair-armv5e.sh`
... ...
......