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 10: Line 10:
== 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.
 
<source lang="bash">
  $ sudo apt-get install build-essential
</source>
The needed tools will be installed.
== Download, compile and install the driver. ==
You need to download the latest driver from Mark's site. As at the time I am writing (7 April 2013) the latest is 4.4. Go to his website and get the most recent, and change the numbers in my example if there is a lter version.
<source lang="bash">
  $ cd ~/Downloads
  $ wget http://rtr.ca/sapphire_remote/sapphire-4.4.tar.gz
  $ tar xzvf sapphire-4.4
  $ sudo make install
</source>
   
   
}}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.--[[User:Nickr|Nickr]] 03:03, 25 March 2013 (EDT)
}}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.--[[User:Nickr|Nickr]] 03:03, 25 March 2013 (EDT)

Revision as of 23:29, 6 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)