Skip to content

Commit

Permalink
Name is slightly different when compiling in Ubuntu (#6)
Browse files Browse the repository at this point in the history
* Update README.md

* Update install_packages.sh
  • Loading branch information
igorrecioh authored and williamyang98 committed Aug 15, 2024
1 parent a2fbb69 commit 2ba203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolchains/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Clone the repository recursively so all the submodules are installed.
3. Build: ```cmake --build build --config Release```.

## Install files
Copy ```build/src/dab_plugin.so``` into ```/usr/lib/sdrpp/plugins/```.
Copy ```build/src/libdab_plugin.so``` into ```/usr/lib/sdrpp/plugins/```.

Make sure that the version of SDR++ in ```vendor/sdrplusplus``` is the same as your SDR++ installation.

2 changes: 1 addition & 1 deletion toolchains/ubuntu/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sudo apt-get --yes install build-essential ninja-build
sudo apt-get --yes install libglew-dev libglfw3-dev libopengl-dev libfftw3-dev libfftw3-single3 libvolk2-dev libzstd-dev libcpu-features-dev

# install mako for volk build
python -m pip install mako --quiet
python3 -m pip install mako --quiet

0 comments on commit 2ba203a

Please sign in to comment.