Terminal: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
|} | |} | ||
{{Package-Introduction|This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.|http://www.xfce.org}} | |||
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system. | |||
== Dependencies == | == Dependencies == | ||
| Line 22: | Line 18: | ||
./configure --prefix=${XFCE_PREFIX} \ | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libexecdir=${XFCE_PREFIX}/lib/terminal && | |||
make | make | ||
| Line 30: | Line 26: | ||
== Multilib == | == Multilib == | ||
<b><i>This package does not provide any libraries so only one installation is required.</i></b> | |||
=== 32Bit === | === 32Bit === | ||
| Line 37: | Line 35: | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${XFCE_PREFIX} \ | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libexecdir=${XFCE_PREFIX}/lib/terminal && | |||
make | make | ||
| Line 49: | Line 47: | ||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=${XFCE_PREFIX} | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libexecdir=${XFCE_PREFIX}/lib32/terminal && | |||
make | make | ||
| Line 61: | Line 59: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=${XFCE_PREFIX} | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libexecdir=${XFCE_PREFIX}/lib64/terminal && | |||
make | make | ||
| Line 74: | Line 72: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | !Installed Directories: | ||
| | |$XFCE_PREFIX/share/doc/Terminal/{C,ja,apps}, $XFCE_PREFIX/share/icons/hicolor/{16x16,24x24,48x48}/stock/navigation, $XFCE_PREFIX/share/icons/hicolor/scalable/apps, $XFCE_PREFIX/share/pixmaps, $XFCE_PREFIX/lib/terminal, $XFCE_PREFIX/share/{applications,Terminal} | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | !Installed Programs: | ||
| | |Terminal | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | !Installed Libraries: | ||
| | |<i>None</i> | ||
|} | |} | ||
| Line 88: | Line 86: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
! | !Terminal | ||
| | |is the Xfce terminal emulator program. | ||
|} | |} | ||
[[Category:XFCE]] | |||
Latest revision as of 06:25, 20 October 2010
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/Terminal-0.2.6.tar.bz2 |
|---|
Introduction to Terminal
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.
Project Homepage: http://www.xfce.org
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib/terminal &&
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=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib/terminal &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib32/terminal &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib64/terminal &&
make
Install the package:
make install
Contents
| Installed Directories: | $XFCE_PREFIX/share/doc/Terminal/{C,ja,apps}, $XFCE_PREFIX/share/icons/hicolor/{16x16,24x24,48x48}/stock/navigation, $XFCE_PREFIX/share/icons/hicolor/scalable/apps, $XFCE_PREFIX/share/pixmaps, $XFCE_PREFIX/lib/terminal, $XFCE_PREFIX/share/{applications,Terminal} |
|---|---|
| Installed Programs: | Terminal |
| Installed Libraries: | None |
Short Descriptions
| Terminal | is the Xfce terminal emulator program. |
|---|