google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.84k stars 355 forks source link

Fix Build Failed on Linux #150

Open INNVATION1 opened 3 months ago

INNVATION1 commented 3 months ago

When I build lyra on Linux, I miss ERROR as "no such package '@gflags//': The repository '@gflags' could not be resolved: Repository '@gflags' is not defined and referenced by '@com_google_glog//:glog'".Check glog repo's WORKSPACE.bazel line 6 : bazel_dep(name = "gflags", version = "2.2.2"), so I fix this problem through change lyra repo's WORKSPACE.bazel line 100: name = "com_github_gflags_gflags", to name = "gflags", now it works well.(2024-08-20)