View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#27
Originally Posted by sixwheeledbeast View Post
Ah, this directory only had a VLC folder, ended up moving the three files manually to a new GoPro directory and all seems fine.

I assumed building the GoPro plugin would do that it's self.

Anyway thanks very much, I have a universal GoPro remote now
Building the package with dpkg-buildpackage only builds the package, it doesn't install anything. For that you need to use dpkg:

Code:
dpkg -i multimote-gopro_0.0.1_armel.deb
If you are working on the device, then an alternative to building the package is:

Code:
qmake
make install
Or, if there is nothing to compile, you can simply copy the remote files manually.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: