Prechádzať zdrojové kódy

Add docs error on Raspberry Pi OS 64 (#170)

installing libglib2.0-dev

Co-authored-by: devMaFi <foren@madofi.com>
Martin 2 rokov pred
rodič
commit
000b4b02c8
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -64,7 +64,13 @@ The following example shows the installation under Debian/Raspbian below the `/o
 
 ```shell
 sudo apt install git python3 python3-pip bluetooth bluez
+```
+In case you intent to run the service on a Raspberry Pi OS (64-bit), you need to install this packages as well to prevent the `bluepy Building wheel for bluepy (setup.py) ... error` error.
 
+```shell
+sudo apt install libglib2.0-dev
+```
+```shell
 git clone https://github.com/ThomDietrich/miflora-mqtt-daemon.git /opt/miflora-mqtt-daemon
 
 cd /opt/miflora-mqtt-daemon