VTE: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/vte/ | | http://ftp.gnome.org/pub/GNOME/sources/vte/{{VTE-Version2}}/vte-{{VTE-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
| Line 15: | Line 17: | ||
* [[Gtk-Doc]] | * [[Gtk-Doc]] | ||
* [[intltool]] | * [[intltool]] | ||
* [[ | * [[PyGTK]] | ||
== Non-Multilib == | == Non-Multilib == | ||
| Line 22: | Line 24: | ||
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | ||
./configure --prefix=/usr --libexecdir=/usr/lib/vte && | ./configure --prefix=/usr --libexecdir=/usr/lib/vte && | ||
make | make | ||
| Line 39: | Line 38: | ||
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | ||
./configure --prefix=/usr --libexecdir=/usr/lib/vte && | ./configure --prefix=/usr --libexecdir=/usr/lib/vte && | ||
| Line 55: | Line 51: | ||
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | ||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | ||
./configure --prefix=/usr --libexecdir=/usr/lib32/vte --libdir=/usr/lib32 && | ./configure --prefix=/usr --libexecdir=/usr/lib32/vte --libdir=/usr/lib32 && | ||
| Line 71: | Line 64: | ||
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
./configure --prefix=/usr --libexecdir=/usr/lib64/vte --libdir=/usr/lib64 && | ./configure --prefix=/usr --libexecdir=/usr/lib64/vte --libdir=/usr/lib64 && | ||
Latest revision as of 17:50, 24 December 2008
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/vte/0.27/vte-0.27.2.tar.bz2 |
|---|
Introduction to VTE
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && ./configure --prefix=/usr --libexecdir=/usr/lib/vte && make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm &&
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr --libexecdir=/usr/lib/vte &&
make
Install the package
make install
N32
Compile the package:
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm &&
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libexecdir=/usr/lib32/vte --libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm &&
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/usr --libexecdir=/usr/lib64/vte --libdir=/usr/lib64 &&
make
Install the package
make install