1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="data/default.css">
<title>anyRemote - control PC with Bluetooth cell phone</title>
<link rel="stylesheet" type="text/css" href="data/default.css">
<link rel="icon" href="data/anyRemote32.png" type="image/png">
<link rel="shortcut icon" href="data/anyRemote16.png" type="image/png" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="anyRemote project page - Bluetooth remote control tool">
</head>
<body><div id="body">
<h1>Software prerequisites</h1>
<h2>Hardware</h2>
<p> To use anyRemote it needs to have any kind of bluetooth adapter or serial IR adapter.
</p>
<h2>Software</h2>
<p>To use anyRemote over bluetooth connection it needs to install <a href="http://www.bluez.org/">bluez</a> (Bluetooth protocol stack).
You should probably install at least bluez-libs, bluez-libs-devel and bluez-utils packages.
</p>
<p>To use XTest X11 extension it needs to install libXtst package. Also, it needs to install /usr/include/X11/extensions/XTest.h
header if You plans to compile anyRemote from sources (depending on distro it could be in xorg-x11-proto-devel or libXtst-dev packages).
</p>
<p>To use anyRemote over IR connection it needs to install <a href="http://irda.sourceforge.net/">irda-util</a> package.
</p>
<p>If You plans to use anyRemote with <a href="use-jc.html">java client</a> it needs to install <a href="dload.html">anyremote-J2ME-client</a> package.
</p>
<p>To use anyRemote with <a href="web.html">web interface</a> it needs to install <a href="dload.html">anyRemote2http</a> package.
</p>
<p>If You plan to compile anyRemote form sources it needs to install
<ul>
<li><a href="http://www.gnu.org/software/automake/">automake</a>
<li><a href="www.gnu.org/software/autoconf/">autoconf</a>
<li>gcc compiler
</ul>
</p>
<p>If You plans to use GUI front-ends then it needs to install:
<ul>
<li><a href="http://www.python.org">python</a> 2.4</li>
<li><a href="http://org.csail.mit.edu/pybluez/">PyBluez</a> </li>
<li><a href="http://www.pygtk.org">PyGTK</a> 2.10 or newer for Gnome front-end</li>
<li><a href="http://www.riverbankcomputing.com">PyQt</a> and <a href="http://www.riverbankcomputing.com">PyKDE</a> for KDE frontend</li>
</ul>
</p>
<p>To see on-screen help messages it needs to install <b>dialog</b> utility
</p>
<h2>Other software which could be helpful</h2>
<p>To make <a href="setup-at.html">verification steps</a> it is useful to install some terminal emulator, like <b>Minicom</b> or <b>cu</b>.
<b>cu</b> can be preferred for its simplisity. In Fedora Linux <b>cu</b> can be installed from uucp package.
</p>
<p>If You plans use anyRemote with JSR-82 capabled phone and <a href="set.html#sec-image">upload icons</a> to
it then it is strongly suggested (especially for Siemens-S65 users) to use
<a href="http://advsys.net/ken/utils.htm">Pngout</a> utility.
</p>
</div>
<div id="sidebar">
<p class="section">Information</p>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="dload.html">Download</a></li>
<li><a href="pre.html">Prerequisites</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="frontend.html">FrontEnds</a></li>
</ul>
<p class="section">Documentation</p>
<ul>
<li><a href="pre-setup.html">Before install</a></li>
<li><a href="pre.html">Prerequisites</a></li>
<li><a href="install.html">Compilation and installation</a></li>
<li><a href="mode.html">Which mode to choose ?</a></li>
<li><a href="use.html">How to use anyRemote</a></li>
<li><a href="use-jc.html">... and anyRemote java client</a></li>
<li><a href="cfg-howto.html">How to create configuration file ?</a></li>
<li><a href="docs.html">For advanced users</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<div id="hdr">
<div id="logo"><a href="index.html"><img src="data/anyRemote.png" alt="Home"></a></div>
<!--div id="banner"><img src="data/anyRemote.png" alt=""></div-->
<p class="none"></p>
<div id="hdrNav">
<a href="index.html">About</a> ·
<a href="dload.html">Download</a> ·
<a href="getstarted.html">Getting started</a> ·
<a href="contacts.html">Contacts</a> ·
</div>
</div>
<div id="copyright">
Maintained by <a href="mailto:anyremote@mail.ru">anyRemote</a><br>
</div>
</body></html>
|