google / google/lyra

Linux build

Open
#121 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
4k
Forks
368
PR merge metrics
No merged PRs in 30d

Description

Hi , We are trying to integrate Lyra into our webrtc server running on linux and compiled using Make .

I have tried to generate linux build by using the below command

```
bazel build --enable_platform_specific_config lyra:lyra_encoder
```

But it generates only .so and .a files in bazel-bin folder . How to generate include folders too ?

Also i tried to add include files in a separate folder and linked liblyra_encoder.so and other liblyra_*.so files , but it throws undefined reference error in absl,glog libraries .

How to get a single lyra.so file with all other libraries linked ( Like a output from cmake/make)?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.