Skip to content

Commit d1cceec

Browse files
committed
Made installation instructions more visible
1 parent c3f8728 commit d1cceec

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ correct timestamps for the packets when uploading them to the telemetry
1717
server. It also simplifies Doppler correction of the recording with Gpredict if
1818
the recording was not Doppler corrected.
1919

20+
## Installation
21+
22+
First you need to install the dependencies (see below).
23+
24+
After this, gr-satellites must be installed as any other GNU Radio out-of-tree
25+
module. The producedure usually boils down to doing the following:
26+
27+
```bash
28+
mkdir build
29+
cd build
30+
cmake ..
31+
make
32+
sudo make install
33+
sudo ldconfig
34+
```
35+
36+
Finally, you need to compile the hierarchical flowgraphs include in
37+
gr-satellites (see below).
38+
2039
## Dependencies
2140

2241
gr-satellites requires GNU Radio version 3.7.12.0 or new.
@@ -347,19 +366,6 @@ telemetry packet in the terminal as soon as it receives it.
347366
two interleaved (160,128) Reed-Solomon codes. You must use SSB mode to
348367
receive this satellite (145.915MHz).
349368

350-
## Installing GNUradio OOT modules
351-
352-
This is the usual procedure to build and install an OOT module:
353-
354-
```bash
355-
mkdir build
356-
cd build
357-
cmake ..
358-
make
359-
sudo make install
360-
sudo ldconfig
361-
```
362-
363369
## Submitting telemetry
364370

365371
To sumbit telemetry to the [SatNOGS database](http://db.satnogs.org/) (or

0 commit comments

Comments
 (0)