@@ -30,17 +30,18 @@ For license details, see [LICENSE](LICENSE) file.
3030Build Instructions
3131------------------
3232
33- * Mandatory requirements :
33+ * Build tools :
3434 * cmake: < https://cmake.org/ >
35+
36+ * Mandatory requirements:
3537 * libfftw: < https://www.fftw.org/ >
36- * UHD: < https://github.com/EttusResearch/uhd >
3738 * libsctp: < https://github.com/sctp/lksctp-tools >
3839 * yaml-cpp: < https://github.com/jbeder/yaml-cpp >
3940 * PolarSSL/mbedTLS: < https://www.trustedfirmware.org/projects/mbed-tls/ >
4041 * googletest: < https://github.com/google/googletest/ >
41- * You can skip test building by using the cmake option ` -DBUILD_TESTS=False ` . GoogleTest is not mandatory when building without tests.
42+ * You can skip test building by using the cmake option ` -DBUILD_TESTS=OFF ` . GoogleTest is not mandatory when building without tests.
4243
43- You can install the required libraries for some example distributions with the commands below:
44+ You can install the build tools and mandatory requirements for some example distributions with the commands below:
4445
4546<details open >
4647<summary >Ubuntu 22.04</summary >
@@ -67,8 +68,13 @@ sudo pacman -S cmake make base-devel fftw mbedtls yaml-cpp lksctp-tools gtest
6768```
6869</details >
6970
70- * Optional requirements
71- * ZeroMQ: < https://github.com/zeromq >
71+ The srsRAN Project uses RF drivers to support different radio types.
72+ Currently, only UHD is supported however additional drivers are under development:
73+
74+ * RF driver:
75+ * UHD: < https://github.com/EttusResearch/uhd >
76+
77+ See UHD documentation for installation instructions.
7278
7379Download and build srsRAN:
7480
0 commit comments