Build failed on Pop_os
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
I'm unable to build the project.
I have `brotli` installed.
When ever I try to build, I get this error.
```console
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libbrotlidec'
-- No package 'libbrotlidec' found
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES) (found version "")
CMake Error at CMakeLists.txt:38 (message):
librotlidec is needed to build woff2.
-- Configuring incomplete, errors occurred!
See also "/home/imran/Downloads/woff2/out/CMakeFiles/CMakeOutput.log".
```
### This is my setup.
```console
$ cat /etc/*release
DISTRIB_ID=Pop
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION="Pop!_OS 21.04"
NAME="Pop!_OS"
VERSION="21.04"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.04"
VERSION_ID="21.04"
$ uname -r
5.13.0-7620-generic
```
Contributor guide
Assessment
This issue has not been assessed yet.