fix: add libffi-dev dependency for ARM cffi compilation
Add libffi-dev to system dependencies for Debian/Ubuntu/Raspberry Pi OS to provide FFI headers needed when cffi compiles from source on ARM platforms. This fixes ARM 32-bit and 64-bit installation failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7ab5d53352
commit
2a1ab3fe27
2 changed files with 4 additions and 4 deletions
|
|
@ -205,7 +205,7 @@ echo "Installation summary:"
|
|||
echo " • install.sh is fully self-contained (handles all prerequisites)"
|
||||
echo " • Reticulum Network Stack: installed via pip"
|
||||
if [ "$OS_TYPE" = "debian" ]; then
|
||||
echo " • System packages: python3, python3-pip, git, python3-gi, python3-dbus, python3-cairo, bluez"
|
||||
echo " • System packages: python3, python3-pip, git, python3-gi, python3-dbus, python3-cairo, bluez, libffi-dev"
|
||||
echo " • Pip packages: rns, bleak, bluezero"
|
||||
echo " • Install method: System packages (no compilation)"
|
||||
echo " • Installation time: < 1 minute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue