Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[submodule "lib/RTKLIB"]
path = lib/RTKLIB
url = https://github.com/tomojitakasu/RTKLIB
branch = rtklib_2.4.3
[submodule "lib/LDPC-codes"]
path = lib/LDPC-codes
url = https://github.com/radfordneal/LDPC-codes
[submodule "lib/libfec"]
path = lib/libfec
url = https://github.com/quiet/libfec.git
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ PocketSDR --+-- bin Pocket SDR utilities and APs binary programs for Windows
```
$ sudo apt install libfftw3-dev
```
* Download the content of the libs submodules
```
$ git submodule update --init --recursive
```
* Move to the library directory, build libraries.
```
$ cd <install_dir>/lib/build
Expand Down
1 change: 1 addition & 0 deletions lib/LDPC-codes
Submodule LDPC-codes added at 74a8e2
1 change: 1 addition & 0 deletions lib/RTKLIB
Submodule RTKLIB added at 180043
1 change: 1 addition & 0 deletions lib/libfec
Submodule libfec added at 9750ca