Skip to content

Commit 308d0c4

Browse files
readme: fix clone path and remove gitlfs
1 parent 4dec3da commit 308d0c4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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
6258
Download 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
6662
cd srsran
67-
git lfs pull
6863
mkdir build
6964
cd build
7065
cmake ../
7166
make
7267
make test
73-
```
68+
```

0 commit comments

Comments
 (0)