From 0cc860c018c1590c198f8867434e729b773775a1 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 20 Sep 2023 19:00:11 +0200 Subject: [PATCH] docs: update README to remove CGo requirement for Windows Signed-off-by: deadprogram --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d58ea30..4ac00ce 100644 --- a/README.md +++ b/README.md @@ -165,11 +165,9 @@ The Windows support only can only act as a BLE Central at this time, with some a ### Installation -In order to compile Go Bluetooth code targeting Windows, you must have a GCC compiler installed. +Only the Go compiler itself is needed to compile Go Bluetooth code targeting Windows. -On Windows, you can download and install mingw-w64 (https://github.com/mingw-w64/mingw-w64) - -Once you have done this, you can obtain the Go Bluetooth package using Git: +You can obtain the Go Bluetooth package using Git: git clone https://github.com/tinygo-org/bluetooth.git