From 83d90f41b0e0b80a20192f2b778a01e8d150edf5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 26 Mar 2022 14:09:56 +0100 Subject: [PATCH] remove links which change regularly --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index f58710bc..4d897980 100644 --- a/README.md +++ b/README.md @@ -387,19 +387,6 @@ more recent disitributions anymore. You can download the toolchains for Windows and Linux [from the EIVE cloud](https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_IRS/Software/tools). -If `wget` is available (e.g. MinGW64), you can use the following command to download the -toolchain for Windows - -```sh -wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/iYom2f7SJnPjDG6/download/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -``` - -or the following command for Linux (could be useful for CI/CD) - -```sh -wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/MRaeA2XnMXpZ5Pp/download/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -``` - ## Installing CMake and MSYS2 on Windows 1. Install [MSYS2](https://www.msys2.org/) and [CMake](https://cmake.org/download/) first.