From c17e259190dc006f3fb0af4bfaac6fdd5d46ba2f Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <thibaut.viard@atmel.com> Date: Thu, 8 May 2014 18:25:47 +0200 Subject: [PATCH] Update howto with rm gnuwin32 links --- cores/arduino/HOWTO_compiling_a_project_with_GCC.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt b/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt index 27900026..e99d2cdf 100644 --- a/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt +++ b/cores/arduino/HOWTO_compiling_a_project_with_GCC.txt @@ -8,6 +8,9 @@ GNU Make from http://gnuwin32.sourceforge.net/packages/make.htm Binaries http://gnuwin32.sourceforge.net/downlinks/make-bin-zip.php Dependencies http://gnuwin32.sourceforge.net/downlinks/make-dep-zip.php +GNU rm from http://gnuwin32.sourceforge.net/packages/coreutils.htm + Binaries http://gnuwin32.sourceforge.net/downlinks/coreutils-bin-zip.php + *MacOS* *Linux* -- GitLab