Glade3: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Kalessin (talk | contribs)
m I reformatted the "Contents" section to use tables.
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
{| style="text-align: left; background-color: AliceBlue;"
|-
|-valign="top"
!Download Source:
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/glade3/{{Glade3-Version2}}/glade3-{{Glade3-Version}}.tar.bz2
| http://ftp.gnome.org/pub/GNOME/sources/glade3/{{Glade3-Version2}}/glade3-{{Glade3-Version}}.tar.bz2
|}
|}
== Introduction to Glade ==
== Introduction to Glade ==


Line 66: Line 67:
  make install
  make install


==Contents==
= Contents =


* Installed Programs:
{| style="text-align: left;"
* Installed Libraries:
|-valign="top"
* Installed Directories:
! Installed Programs:
| ???
|-valign="top"
! Installed Libraries:
| ???
|-valign="top"
! Installed Directories:
| ???
|}


=== Short Descriptions ===
=== Short Descriptions ===
{| style="text-align: left;"
|-valign="top"
! program1
| ???
|-valign="top"
! program2
| ???
|-valign="top"
! library1.{so,a}
| ???
|}

Revision as of 20:28, 1 January 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.7/glade3-3.7.0.tar.bz2

Introduction to Glade

Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit. The user interfaces designed in Glade are saved as XML. Glade XML files can be used in numerous programming languages including C, C++, Java, Perl, Python, C#, Pike, Ruby, Haskell, Objective Caml and Scheme.

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

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: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{so,a} ???
Retrieved from "?title=Glade3&oldid=6587"