mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
README update to mention BLE beacon in windows build section
This commit is contained in:
15
README.html
15
README.html
@@ -918,14 +918,23 @@ compiler.</h2>
|
|||||||
<li>tested on Windows 10 and 11, 64-bit.</li>
|
<li>tested on Windows 10 and 11, 64-bit.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ol type="1">
|
<ol type="1">
|
||||||
<li><p>Download and install <strong>Bonjour SDK for Windows
|
<li>Download and install <strong>Bonjour SDK for Windows v3.0</strong>.
|
||||||
v3.0</strong>. You can download the SDK without any registration at <a
|
You can download the SDK without any registration at <a
|
||||||
href="https://www.softpedia.com/get/Programming/SDK-DDK/Bonjour-SDK.shtml">softpedia.com</a>,
|
href="https://www.softpedia.com/get/Programming/SDK-DDK/Bonjour-SDK.shtml">softpedia.com</a>,
|
||||||
or get it from the official Apple site <a
|
or get it from the official Apple site <a
|
||||||
href="https://developer.apple.com/download/all/?q=Bonjour%20SDK%20for%20Windows">https://developer.apple.com/download</a>
|
href="https://developer.apple.com/download/all/?q=Bonjour%20SDK%20for%20Windows">https://developer.apple.com/download</a>
|
||||||
(Apple makes you register as a developer to access it from their site).
|
(Apple makes you register as a developer to access it from their site).
|
||||||
This should install the Bonjour SDK as
|
This should install the Bonjour SDK as
|
||||||
<code>C:\Program Files\Bonjour SDK</code>.</p></li>
|
<code>C:\Program Files\Bonjour SDK</code>.</li>
|
||||||
|
</ol>
|
||||||
|
<ul>
|
||||||
|
<li><strong>NEW: while you still need to install the Bonjour SDK to
|
||||||
|
build UxPlay, there is now an alternative method for Service Discovery
|
||||||
|
using a Bluetooth Low Energy (BLE) beacon. A Windows-based python script
|
||||||
|
for running the beacon is available for this.</strong> See <a
|
||||||
|
href="#bluetooth-le-beacon-setup">instructions below</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ol start="2" type="1">
|
||||||
<li><p>(This is for 64-bit Windows; a build for 32-bit Windows should be
|
<li><p>(This is for 64-bit Windows; a build for 32-bit Windows should be
|
||||||
possible, but is not tested.) The unix-like MSYS2 build environment will
|
possible, but is not tested.) The unix-like MSYS2 build environment will
|
||||||
be used: download and install MSYS2 from the official site <a
|
be used: download and install MSYS2 from the official site <a
|
||||||
|
|||||||
@@ -920,6 +920,10 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with
|
|||||||
site). This should install the Bonjour SDK as
|
site). This should install the Bonjour SDK as
|
||||||
`C:\Program Files\Bonjour SDK`.
|
`C:\Program Files\Bonjour SDK`.
|
||||||
|
|
||||||
|
* **NEW: while you still need to install the Bonjour SDK to build UxPlay, there is now an alternative method for
|
||||||
|
Service Discovery using a Bluetooth Low Energy (BLE) beacon. A Windows-based python script for running the beacon
|
||||||
|
is available for this.** See [instructions below](#bluetooth-le-beacon-setup).
|
||||||
|
|
||||||
2. (This is for 64-bit Windows; a build for 32-bit Windows should be
|
2. (This is for 64-bit Windows; a build for 32-bit Windows should be
|
||||||
possible, but is not tested.) The unix-like MSYS2 build environment
|
possible, but is not tested.) The unix-like MSYS2 build environment
|
||||||
will be used: download and install MSYS2 from the official site
|
will be used: download and install MSYS2 from the official site
|
||||||
|
|||||||
@@ -944,6 +944,12 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with
|
|||||||
site). This should install the Bonjour SDK as
|
site). This should install the Bonjour SDK as
|
||||||
`C:\Program Files\Bonjour SDK`.
|
`C:\Program Files\Bonjour SDK`.
|
||||||
|
|
||||||
|
- **NEW: while you still need to install the Bonjour SDK to build
|
||||||
|
UxPlay, there is now an alternative method for Service Discovery
|
||||||
|
using a Bluetooth Low Energy (BLE) beacon. A Windows-based python
|
||||||
|
script for running the beacon is available for this.** See
|
||||||
|
[instructions below](#bluetooth-le-beacon-setup).
|
||||||
|
|
||||||
2. (This is for 64-bit Windows; a build for 32-bit Windows should be
|
2. (This is for 64-bit Windows; a build for 32-bit Windows should be
|
||||||
possible, but is not tested.) The unix-like MSYS2 build environment
|
possible, but is not tested.) The unix-like MSYS2 build environment
|
||||||
will be used: download and install MSYS2 from the official site
|
will be used: download and install MSYS2 from the official site
|
||||||
|
|||||||
Reference in New Issue
Block a user