Repository metrics
- Stars
- (4,978 stars)
- PR merge metrics
- (平均マージ 139d 13h) (30d で 51 merged PRs)
説明
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.