Difference between revisions of "Glade2"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|Glade is a rapid application development (RAD) environment for Gtk and GNOME applications. [[Glade3]] is the current version for those looking to stay cutting edge.|http://glade.gnome.org}} | |
− | |||
− | Glade is a rapid application development (RAD) environment for Gtk and GNOME applications. [[Glade3]] is the current version for those looking to stay cutting edge. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 38: | Line 34: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=/usr && | ||
make | make | ||
Line 49: | Line 46: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
+ | ./configure --prefix=/usr --libdir=/usr/lib32 && | ||
make | make | ||
Line 60: | Line 58: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr --libdir=/usr/lib64 && | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
+ | ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
make | make | ||
Line 70: | Line 69: | ||
{|style="text-align: left" | {|style="text-align: left" | ||
− | |||
− | |||
− | |||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
Line 82: | Line 78: | ||
!Symlinks: | !Symlinks: | ||
|None | |None | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | | /usr/share/glade-2, /usr/share/gnome/help/glade-2, /usr/share/pixmaps/glade-2 | ||
|} | |} | ||
Line 91: | Line 90: | ||
|is a rapid application development (RAD) environment for Gtk and GNOME applications. | |is a rapid application development (RAD) environment for Gtk and GNOME applications. | ||
|} | |} | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 15:58, 19 March 2009
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/glade/2.10/glade-2.10.1.tar.bz2 |
---|
Contents
Introduction to Glade2
Glade is a rapid application development (RAD) environment for Gtk and GNOME applications. Glade3 is the current version for those looking to stay cutting edge.
Project Homepage: http://glade.gnome.org
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Programs: | glade-2 |
---|---|
Installed Libraries: | None |
Symlinks: | None |
Installed Directories: | /usr/share/glade-2, /usr/share/gnome/help/glade-2, /usr/share/pixmaps/glade-2 |
Short Descriptions
Glade-2 | is a rapid application development (RAD) environment for Gtk and GNOME applications. |
---|