Glade2: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 90: | 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 |
|---|
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. |
|---|