Install Telldus on Synology NAS
Some quick notes (not complete)
On a “spare” debian computer (virtual), do the following:
|
|
-
Download the latest telldus-core version from Telldus
-
Unpack it by: gunzip telldus-core-{version}.tar.gz and tar xvf telldus-core-{version}.tar
-
Run: cmake -DCMAKE_INSTALL_PREFIX=/usr/syno
-
Run: make
-
Pack it all together and copy it over to the NAS
-
Download a precompiled cmake to the NAS
-
Change to 755
-
Run: cmake-2.8.10.2-Linux-i386.sh –prefix=/usr
-
Copy libconfuse.so to NAS scp libconfuse.so root@NAS:/lib
-
Make links: ln -s /lib/libconfuse.so.0.0.0 /lib/libconfuse.so ln -s /lib/libconfuse.so.0.0.0 /lib/libconfuse.so.0
-
Copy libftdi to NAS: scp libftdi.so.1.18.0 root@NAS:/lib
-
Make links ln -s /lib/libftdi.so.1.18.0 /lib/libftdi.so.1 ln -s /lib/libftdi.so.1.18.0 /lib/libftdi.so
-
Copy libusb to NAS: scp /lib/libusb-1.0.so.0.0.0 root@NAS:/lib
-
Make links: ln-s /lib/libusb-1.0.so.0 /lib/libusb-1.0.so.0.0.0
-
Run: make install in the untared telldus folder
-
Change permissions
|
|
- Other stuff
|
|