Archive:Sapphire Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Nickr
No edit summary
>Nickr
No edit summary
Line 9: Line 9:
# Install a keymap suitable for XBMC (the driver comes programmed for mythtv).
# Install a keymap suitable for XBMC (the driver comes programmed for mythtv).
=== Install the tools required to compile the driver. ===
=== Install the tools required to compile the driver. ===
Ubuntu has a virtual package called build-essential which installs the compiler tools.
Ubuntu has a virtual package called build-essential which installs the compiler tools. NB added 27 April 2013 - on XBMCbuntu you need to install gawk as well - most distros have this but XBMCbuntu is pretty cut down.
<source lang="bash">
<source lang="bash">
   $ sudo apt-get install build-essential
   $ sudo apt-get install build-essential
  $ sudo apt-get install gawk
</source>
</source>
The needed tools will be installed.
The needed tools will be installed.

Revision as of 03:08, 27 April 2013

This page is currently a work in progress. You can see some other info here http://forum.xbmc.org/showthread.php?tid=159433&pid=1368998#pid1368998 and I'll try and create some generic info for the wiki.--Nickr 03:03, 25 March 2013 (EDT)