Raspberry Pi setup as bluetooth speaker

This commit is contained in:
Martin Bauer
2020-01-08 20:18:23 +01:00
commit d9cd53477f
19 changed files with 601 additions and 0 deletions

15
pis/knxd/how_to_build.md Normal file
View File

@@ -0,0 +1,15 @@
KNXD
----
The following commands build knxd. Run these on the raspberry pi!
After these commands *.deb files are in the created build_dir and should be copied back to this folder.
```bash
mkdir build_dir
cd build_dir
git clone https://github.com/knxd/knxd.git
cd knxd
git checkout stable
apt-get install debhelper cdbs automake libtool libusb-1.0-0-dev git-core build-essential libsystemd-dev dh-systemd libev-dev cmake
dpkg-buildpackage -b -uc
```

Binary file not shown.

Binary file not shown.