File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Build Instructions
2121 * libsctp: < https://github.com/sctp/lksctp-tools >
2222 * yaml-cpp: < https://github.com/jbeder/yaml-cpp >
2323 * PolarSSL/mbedTLS: < https://www.trustedfirmware.org/projects/mbed-tls/ >
24- * git-lfs: < https://git-lfs.github.com/ >
2524 * googletest: < https://github.com/google/googletest/ >
2625 * You can skip test building by using the cmake option ` -DBUILD_TESTS=False ` . GoogleTest is not mandatory when building without tests.
2726
@@ -32,26 +31,23 @@ You can install the required libraries for some example distributions with the c
3231
3332
3433``` bash
35- sudo apt-get install cmake make gcc g++ pkg-config libfftw3-dev libmbedtls-dev libsctp-dev libyaml-cpp-dev libgtest-dev git-lfs
36- git lfs install
34+ sudo apt-get install cmake make gcc g++ pkg-config libfftw3-dev libmbedtls-dev libsctp-dev libyaml-cpp-dev libgtest-dev
3735```
3836</details >
3937<details >
4038<summary >Fedora</summary >
4139
4240
4341``` bash
44- sudo yum install cmake make gcc gcc-c++ fftw-devel lksctp-tools-devel yaml-cpp-devel mbedtls-devel gtest-devel git-lfs
45- git lfs install
42+ sudo yum install cmake make gcc gcc-c++ fftw-devel lksctp-tools-devel yaml-cpp-devel mbedtls-devel gtest-devel
4643```
4744</details >
4845<details >
4946<summary >Arch Linux</summary >
5047
5148
5249``` bash
53- sudo pacman -S cmake make base-devel fftw mbedtls yaml-cpp lksctp-tools gtest git-lfs
54- git lfs install
50+ sudo pacman -S cmake make base-devel fftw mbedtls yaml-cpp lksctp-tools gtest
5551```
5652</details >
5753
@@ -62,12 +58,11 @@ git lfs install
6258Download and build srsRAN:
6359
6460``` bash
65- git clone https://gitlab .com/softwareradiosystems/ srsran.git
61+ git clone https://github .com/srsran/srsRAN_Project .git
6662cd srsran
67- git lfs pull
6863mkdir build
6964cd build
7065cmake ../
7166make
7267make test
73- ```
68+ ```
You can’t perform that action at this time.
0 commit comments