f4exb / dsdcc

Digital Speech Decoder (DSD) rewritten as a C++ library
286 stars 60 forks source link

Can't build from source #25

Closed febs closed 2 years ago

febs commented 4 years ago

I am following the instructions on the sdrangel page to build this required library.

When it's time of dsdcc I get this.

No rule to make target '/opt/install/serialdv/lib/libserialdv.so', needed by 'libdsdcc.so'. Stop.

I am on Ubuntu Ubuntu 19.04 and ran the prerequisite apt command to install the necessary package.

Thank you

f4exb commented 4 years ago

CMakeLists.txt checks are weaker on dsdcc than on sdrangel. If you tell it serialdv is in /opt/istall/serialdvthen it will trust it even if it is not there and let cmake pass. However you get an error at compile time. Solution is to build and install serialdv in /opt/install/serialdvbefore compiling dsdcc.

github-actions[bot] commented 2 years ago

This issue is going to be closed due to inactivity