Opened 3 years ago
Closed 3 years ago
#17431 closed bug (fixed)
zstd_devel is undocumented prereq for building Haiku on Haiku
Reported by: | cap10morgan | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Website | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
When I tried to build Haiku x86_64 on a Haiku x86_64 host I received the following error: ../src/kits/support/ZstdCompressionAlgorithm.cpp:17:12: fatal error: zstd.h: No such file or directory
pkgman install devel:libzstd
resolves it, but I didn't see this documented on the Haiku Development pre-reqs page (https://www.haiku-os.org/guides/building/pre-reqs). I'd be happy to contribute a change to that page if desired.
Change History (4)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Description: | modified (diff) |
---|
comment:4 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I opened a PR for this here: https://github.com/haiku/website/pull/567