
glib-compile-resources
List of commands for glib-compile-resources:
-
glib-compile-resources:tldr:6057b glib-compile-resources: Compile resources in `file.gresource.xml` to a chosen target file, with `.c`, `.h` or `.gresource` extension.$ glib-compile-resources --generate --target=${file-ext} ${file-gresource-xml}try on your machineexplain this command
-
glib-compile-resources:tldr:63880 glib-compile-resources: Print a list of resource files referenced in `file.gresource.xml`.$ glib-compile-resources --generate-dependencies ${file-gresource-xml}try on your machineexplain this command
-
glib-compile-resources:tldr:c2847 glib-compile-resources: Compile resources referenced in `file.gresource.xml` to a C source file.$ glib-compile-resources --generate-source ${file-gresource-xml}try on your machineexplain this command
-
glib-compile-resources:tldr:cc91c glib-compile-resources: Compile resources referenced in `file.gresource.xml` to a .gresource binary.$ glib-compile-resources ${file-gresource-xml}try on your machineexplain this command