Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT/Devel/Gtk/jhbuild"

< SWT‎ | Devel‎ | Gtk
(Created page with "= JHBuild = JHBuild is a tool that compiles gnome modules such as GTK as well as all of it's dependencies. Often you can't compile the latest versions of GTK because of mis...")
 
m (JHBuild)
Line 1: Line 1:
= JHBuild =  
+
= About JHBuild =  
 
JHBuild is a tool that compiles gnome modules such as GTK as well as all of it's dependencies.   
 
JHBuild is a tool that compiles gnome modules such as GTK as well as all of it's dependencies.   
Often you can't compile the latest versions of GTK because of missing dependencies, jhbuild solves this problem. 
 
  
 +
Often you can't compile the latest versions of GTK because of missing dependencies (see dependency image below). JHBuild automatically pulls required dependencies and compiles them for you. Then you can run command line applications (such as eclipse or individual snippets or the autotester or even gnome calculator) within the context of JHBuild compiled modules.
  
[[File:Gtkbuilddep.png|thumbnail]]
+
[[File:Gtkbuilddep.png|thumbnail|left]]

Revision as of 12:52, 28 June 2016

About JHBuild

JHBuild is a tool that compiles gnome modules such as GTK as well as all of it's dependencies.

Often you can't compile the latest versions of GTK because of missing dependencies (see dependency image below). JHBuild automatically pulls required dependencies and compiles them for you. Then you can run command line applications (such as eclipse or individual snippets or the autotester or even gnome calculator) within the context of JHBuild compiled modules.

Gtkbuilddep.png

Back to the top