Skip to content

Commit

Permalink
updated Makefile notes for Windows 10 MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jul 18, 2017
1 parent 04505ec commit fb332c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions commandline/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit fb332c5

Please sign in to comment.