Skip to content

Commit 2dd7a4e

Browse files
authored
Update README.md (#113)
Use all available cores to speed up compilation.
1 parent f3b0eb8 commit 2dd7a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ The out of tree module gr-lora_sdr can be installed from source or directly as a
108108
```sh
109109
cmake .. -DCMAKE_INSTALL_PREFIX=<your prefix> # default to usr/local, CONDA_PREFIX or PYBOMB_PREFIX if no install prefix selected here
110110
```
111-
- Finally compile the custom GNU Radio blocks composing the LoRa transceiver. Replacing \<X> with the number of core you want to use to speed up the compilation.
111+
- Finally compile the custom GNU Radio blocks composing the LoRa transceiver.
112112
```sh
113-
(sudo) make install -j<X>
113+
(sudo) make install -j$(nproc)
114114
```
115-
- if you installed as sudo run
115+
- If you installed as sudo run
116116
```sh
117117
sudo ldconfig
118118
```

0 commit comments

Comments
 (0)