This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
Releases: stephen/airsonos
Releases · stephen/airsonos
AirSonos Windows Build (x86)
See #59 for discussion.
Installation
- Ensure that 32-bit node.js (version 0.10.33, 32-bit) is installed.
- Download and Install the Bonjour for Windows SDK (requires an AppleID)
- Download
airsonos_windows_x86.zip
below. - Create the folder
C:\Users\username\AppData\Roaming\npm
if it doesn't already exist. - Unzip the contents of this package at
C:\Users\username\AppData\Roaming\npm\
, so thatairsonos
andairsonos.cmd
are directly inside the\npm\
folder. - Open a command prompt and type
where airsonos
. The output should look something like:
C:\Users\stephen>where airsonos
C:\Users\stephen\AppData\Roaming\npm\airsonos
C:\Users\stephen\AppData\Roaming\npm\airsonos.cmd
- Type
airsonos
to run.
Please report any issues: #59
Common Issues
Error: %1 is not a valid Win32 application.
This is likely because you have a 64-bit version of node.js installed. This build currently only supports 32-bit node.js.