From fb332c59687f81d59bfdb86e9bfebc07a03d20c9 Mon Sep 17 00:00:00 2001 From: "Tod E. Kurt" Date: Tue, 18 Jul 2017 10:17:09 -0700 Subject: [PATCH] updated Makefile notes for Windows 10 MSYS2 --- commandline/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/commandline/Makefile b/commandline/Makefile index ba3777ac..9fb3537a 100644 --- a/commandline/Makefile +++ b/commandline/Makefile @@ -21,10 +21,13 @@ # - make # # Windows 10 using MSYS2 +# - Install Visual Studio 2015 # - Install MSYS2 : https://github.com/msys2/msys2/wiki/MSYS2-installation -# - pacman -S mingw-w64-x86_64-gcc (or just 'toolchain') -# - pacman -S make -# - pacman -S git +# - pacman -S base-devel make git +# - pacman -S mingw-w64-x86_64-toolchain +# - add to PATH compiler and Windows linker: +# export PATH=${PATH}:/c/msys64/mingw64/bin +# export PATH=${PATH}:"/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin" # - git clone https://github.com/todbot/blink1 # - cd blink1/commandline # - make