|
Project Information
Featured
Downloads
|
MissionThe aim of the Eclipse plug-in is to provide automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. FeaturesThe plug-in will set options and switches automatically that gcc needs to add in the selected packages - specifically the header file paths, the libraries, and some other gcc switches. For more see the implementation plan.
Used to select packages.
Used to set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR environment variables for Eclipse. What is PKG-CONFIG?Pkg-config utility outputs the necessary options needed to build a given package that can be passed as compiler options.
Mailing listhttp://groups.google.com/group/pkg-config-support-for-eclipse-cdt Update-sitehttp://petrituononen.com/pkg-config-support-for-eclipse-cdt/update Note: Eclipse 3.7 (Indigo) and CDT 8 (or newer) are mandatory. Try first without setting PKG_CONFIG_PATH manually. It is found automatically in most cases. Windows users: Do not install Gtk+ or Gtkmm in a path containing spaces, because pkg-config does not support spaces in paths. Eclipse Marketplace entryhttp://marketplace.eclipse.org/content/pkg-config-support-eclipse-cdt |