diff --git a/README.md b/README.md index b35db0ee..a1013e8b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ sudo apt install \ git cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \ python3-pyqt6 python3-construct python3-flask-restful python3-jsonschema \ python3-mnemonic python3-pil python3-pyelftools python3-requests \ - qemu-user-static libvncserver-dev + qemu-user-static libvncserver-dev libxcb-cursor0 # from the root directory of the source repository pip install . diff --git a/docs/installation/build.md b/docs/installation/build.md index a2e3ff7e..8ea241ba 100644 --- a/docs/installation/build.md +++ b/docs/installation/build.md @@ -13,7 +13,7 @@ sudo apt install \ git cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \ python3-pyqt6 python3-construct python3-flask-restful python3-jsonschema \ python3-mnemonic python3-pil python3-pyelftools python3-requests \ - qemu-user-static libvncserver-dev + qemu-user-static libvncserver-dev libxcb-cursor0 ``` Please note that VNC support (the `libvncserver-dev` package), although necessary