# java-gobject-introspection **Repository Path**: mirrors_chromium_gitlab_gnome/java-gobject-introspection ## Basic Information - **Project Name**: java-gobject-introspection - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == About java-gobject-introspection == The most up-to-date information is likely to be found on the GNOME wiki page: http://live.gnome.org/JGIR = BUILDING = You must have gobject-introspection and Python >= 2.3 installed. Additionally, the project depends on the following Java libraries: ASM: http://asm.objectweb.org/index.html JNA: https://jna.dev.java.net/ gnu-getopt: http://www.urbanophile.com/arenn/hacking/download.html On Fedora: yum install objectweb-asm jna gnu-getopt Internally, the waf (http://code.google.com/p/waf/) build system is used, but a simple "configure" and "Makefile" wrapper is provided. You may use the standard: ./configure --prefix=... make sudo make install = Using = After installation, you can run the script: jgir-compile-all This will generate .jar files for each .typelib file you have installed.