From eea16d762979fcfc28937c784c480c8346247a3a Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sun, 29 Jan 2017 09:20:20 +0100 Subject: [PATCH] Update README.md Add note for windows and mac binaries with release v1.3.0 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3358c5b3..d2bd2330b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Two different transport layers are used: ## Installation -Currently there are no binaries for Windows available (see issue [#166](https://github.com/texane/stlink/issues/166)). - It is known to compile and work with MinGW(64)/Cygwin environment. Building with Visual Studio is not supported because the project uses POSIX APIs and probably will never change. +Windows users can [download v1.3.0](https://github.com/texane/stlink/releases/tag/1.3.0) from the releases page. + +Mac OS X users can install from [homebrew](http://brewformulas.org/Stlink) or [download v1.3.0](https://github.com/texane/stlink/releases/tag/1.3.0) from the releases page. For Debian Linux based distributions there is no package available in the standard repositories so you need to install [from source](doc/compiling.md) yourself. @@ -35,8 +36,6 @@ Arch Linux users can install from the [repository](https://www.archlinux.org/pac FreeBSD users can install from [freshports](https://www.freshports.org/devel/stlink) -Mac OS X users can install from [homebrew](http://brewformulas.org/Stlink) - OpenBSD users need to install [from source](doc/compiling.md). ## Installation from source (advanced users)