Skip to content

DSM 7: Enable Compiling Of Native Modules

oznu edited this page May 3, 2022 · 9 revisions

Some plugins require native modules to be compiled during installation. To enable this on DSM 7 you will need to install the Entware toolchain and a few packages.

Step 1: Install Entware

SSH to your NAS, sudo su to root and follow the instructions here:

https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS

Step 2: Install Make and GCC

SSH to your NAS, sudo su to root and run the following command:

opkg install make gcc python3 python3-dev

Complete

Restart the Homebridge package from Package Centre. You should now be able to install plugins that need to compile native modules.

Clone this wiki locally