Métricas do repositório
- Stars
- (4.978 stars)
- Métricas de merge de PR
- (Mesclagem média 30d 19h) (63 fundiu PRs em 30d)
Description
Haiku is desktop oriented operating system compatible with BeOS (https://www.haiku-os.org/).
Meson is already working on Haiku, but some Haiku-specific features are missing:
-
Resources. Haiku have resource support for executables like Windows. Resourse is compiled by
rc -o <OUTPUT>.rsrc <INPUT>.rdefand inserted into executable byxres -o <OUTPUT> <INPUT>.rsrc.xrescommand modifies executable by adding resources. -
Localization catalogs. Haiku have
collectcatkeysutility to generate localization catalog ('en.catkeys') from source code andlinkcatkeysutility to compile*.catkeysfile.
https://git.haiku-os.org/haiku/tree/data/develop/makefile-engine can be used as reference.