Skip to content

Commit

Permalink
Documentation fixes (#6)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
jordijoangimenez authored Jul 25, 2024
1 parent bfb12fe commit fbca5de
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ sudo apt install soapysdr-module-bladerf
````
Finally, install the BladeRF firmware:
````
sudo bladeRF-install-firmware
sudo add-apt-repository ppa:nuandllc/bladerf
sudo apt-get update
sudo apt-get install bladerf
````

### Check SDR availability
Expand All @@ -65,27 +67,21 @@ Found device 2
## Downloading
````
git clone --recurse-submodules https://github.com/5G-MAG/rt-mbms-tx-for-qrd-and-crd.git
cd rt-mbms-tx-for-qrd-and-crd
git submodule update
mkdir build && cd build
````

## Building
``
````
cmake -DCMAKE_INSTALL_PREFIX=/usr -GNinja ..
``

``
ninja
``
````

## Installing
``
````
sudo ninja install
``
````

## Configuration after installation
Install the configuration:
Expand Down

0 comments on commit fbca5de

Please sign in to comment.