Terminal: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added contents. |
Weibullguy (talk | contribs) No edit summary |
||
| (One intermediate revision by one other user 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 93: | Line 89: | ||
|is the Xfce terminal emulator program. | |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. |
|---|