Métriques du dépôt
- Stars
- (4 978 stars)
- Métriques de merge PR
- (Merge moyen 30j 19h) (63 PRs mergées en 30 j)
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.