Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/install: LC3Plus libraries?? #684

Closed
iconoclasthero opened this issue Feb 25, 2024 · 2 comments
Closed

build/install: LC3Plus libraries?? #684

iconoclasthero opened this issue Feb 25, 2024 · 2 comments

Comments

@iconoclasthero
Copy link

Please read the troubleshooting guide
before raising a new issue.

Problem

can't figure out how to get LC3Plus support to work...

Reproduction steps

$ sudo cp $HOME/bin/gits/LC3plus/src/floating_point/lc3plus.h /usr/local/include
../configure --enable-lc3plus ...

checking for lc3plus.h... yes
checking for lc3plus_version, lc3plus_enc_set_frame_dms in -lLC3plus... no
configure: error: LC3plus library not found

From the looks of it, the LC3plus library support is support for your libraries. How do I make these work together? I already installed the google/liblc3.

@arkq
Copy link
Owner

arkq commented Feb 26, 2024

How do I make these work together? I already installed the google/liblc3.

For LC3plus support you need to install Fraunhofer liblc3plus library (not google's one, bluez-alsa does not support LC3plus with liblc3, not yet). Please follow the guideline in https://github.com/arkq/bluez-alsa/wiki/Installation-from-source#additional-dependencies (or go directly to #479 (comment))

EDIT:
Maybe the comment about building/installing liblc3plus is not clear enough... after running make libLC3plus.so you need also "install" the header file and the library on your system, e.g.:

sudo install $HOME/bin/gits/LC3plus/src/floating_point/lc3plus.h /usr/local/include
sudo install -s $HOME/bin/gits/LC3plus/src/floating_point/libLC3plus.so /usr/local/lib

@iconoclasthero
Copy link
Author

Thanks

@arkq arkq closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants