osmocom-analog/docs/install.html

69 lines
1.3 KiB
HTML
Raw Normal View History

2016-03-01 17:40:38 +00:00
<html>
<head>
2016-05-05 16:31:34 +00:00
<link href="style.css" rel="stylesheet" type="text/css" />
2016-03-01 17:40:38 +00:00
<title>osmocom-analog</title>
</head>
<body>
2016-05-05 16:31:34 +00:00
<center><table><tr><td>
2016-03-01 17:40:38 +00:00
<h2><center>Software installation</center></h2>
2016-05-05 16:31:34 +00:00
<p>
2016-07-10 14:00:34 +00:00
To run this software, you need a Linux PC with development environment (gcc compiler).
2016-03-01 17:40:38 +00:00
At least one Alsa sound interfaces is required.
Two sound interfaces are required to talk and listen trough the base station using a headset with microphone.
</p>
2016-05-05 16:31:34 +00:00
<p>
2016-03-01 17:40:38 +00:00
If you want to install from GIT repository, run 'autoreconf -if' inside GIT repository first:
</p>
2016-05-05 16:31:34 +00:00
<pre>
2016-03-01 17:40:38 +00:00
# autoreconf -if
2016-05-05 16:31:34 +00:00
</pre>
<p>
2016-03-01 17:40:38 +00:00
Unpack the archive and change to its directory. Then compile:
</p>
2016-05-05 16:31:34 +00:00
<pre>
2016-03-01 17:40:38 +00:00
# ./configure
# make
2016-05-05 16:31:34 +00:00
</pre>
<p>
2016-03-01 17:40:38 +00:00
At your option:
</p>
2016-05-05 16:31:34 +00:00
<pre>
2016-03-01 17:40:38 +00:00
# make install
2016-05-05 16:31:34 +00:00
</pre>
<p>
2016-03-01 17:40:38 +00:00
Now you are ready for a quick test:
</p>
2016-05-05 16:31:34 +00:00
<pre>
# src/bnetz/bnetz -k 1 -l 2
2016-03-01 17:40:38 +00:00
bnetz.c:268 info : Entering IDLE state, sending 'Gruppenfreisignal' 2 on channel 1.
Base station ready, please tune transmitter to 153.010 MHz and receiver to 148.410 MHz.
To call phone, switch transmitter using pilot tone to 153.370 MHz
2016-05-05 16:31:34 +00:00
</pre>
<p>
2016-07-10 14:00:34 +00:00
Do you hear the whistling sound on your speaker/headset? Now you can continue with the radio setup.
2016-03-01 17:40:38 +00:00
</p>
2016-10-30 08:25:14 +00:00
<hr><center>[<a href="index.html">Back to main page</a>]</center><hr>
2016-05-05 16:31:34 +00:00
</td></tr></table></center>
2016-03-01 17:40:38 +00:00
</body>
</html>